Public Member Functions | |
| TStr | chain () const |
| Returns accessible part of incomplete line. | |
| bool | next (TStr &line) |
| Reads next line from string object. | |
| TextQueue (const TStr &initialValue) | |
| The constructor with initial string specification. | |
| TextQueue () | |
| The default constructor. | |
| [in] | initialValue | The string to split onto lines |
| TStr TextQueue< TStr >::chain | ( | ) | const [inline] |
Use this method to get accessible part of of incomplete line.
| bool TextQueue< TStr >::next | ( | TStr & | line | ) | [inline] |
This method checks if new line is accessible to read from string object. If it is accessible it returns next line.
| [out] | line | The next line from string |
1.5.9