ASStringIterator Class Reference
#include <astyle_adaptor.h>
Inheritance diagram for ASStringIterator:


Public Member Functions | |
ASStringIterator (const QString &string) | |
virtual | ~ASStringIterator () |
virtual bool | hasMoreLines () const |
virtual string | nextLine () |
Private Attributes | |
QString | _content |
QTextStream * | _is |
Constructor & Destructor Documentation
|
Definition at line 10 of file astyle_adaptor.cpp. |
|
Definition at line 17 of file astyle_adaptor.cpp. |
Member Function Documentation
|
Implements astyle::ASSourceIterator. Definition at line 23 of file astyle_adaptor.cpp. References _is. |
|
Implements astyle::ASSourceIterator. Definition at line 29 of file astyle_adaptor.cpp. References _is. |
Member Data Documentation
|
Definition at line 25 of file astyle_adaptor.h. Referenced by ASStringIterator(). |
|
Definition at line 26 of file astyle_adaptor.h. Referenced by ASStringIterator(), hasMoreLines(), and nextLine(). |
The documentation for this class was generated from the following files:
- parts/astyle/astyle_adaptor.h
- parts/astyle/astyle_adaptor.cpp