Provides string container automatically splited from entire file data. More...
#include <file_strlist.h>
Public Member Functions | |
| FileStringList () | |
| Constructor. | |
| FileStringList (PGESTRING fileData) | |
| Constructor with pre-set data. More... | |
| ~FileStringList () | |
| void | addData (PGESTRING fileData) |
| Changes filedata and rebuilds list of lines. More... | |
| PGESTRING | readLine () |
| Returns current line contents and incements internal line counter. More... | |
| bool | isEOF () |
| Are all lines was gotten? More... | |
| bool | atEnd () |
| Are all lines was gotten? More... | |
Provides string container automatically splited from entire file data.
| FileStringList::FileStringList | ( | PGESTRING | fileData | ) |
Constructor with pre-set data.
| fileData | file data which will be splited by line-feeds |
| FileStringList::~FileStringList | ( | ) |
Destructor
| void FileStringList::addData | ( | PGESTRING | fileData | ) |
Changes filedata and rebuilds list of lines.
| fileData | file data which will be splited by line-feeds |
| bool FileStringList::atEnd | ( | ) |
Are all lines was gotten?
| bool FileStringList::isEOF | ( | ) |
Are all lines was gotten?
| PGESTRING FileStringList::readLine | ( | ) |
Returns current line contents and incements internal line counter.
1.8.7