|
knowL: Knowledge Libraries
|

Public Member Functions | |
| bool | fillBuffer (int _minimumAvailableSize, bool _allow_reset) |
| bool | hasEnoughData (int _size) |
| QStringRef | read (int _size) |
| bool | tryRead (int _size, QString *_r) |
Public Attributes | |
| int | buffer_position = 0 |
| int | buffer_current_size = 0 |
| QString | buffer |
| QTextStream * | textStream = nullptr |
| int | col = 1 |
| int | line = 1 |
| QList< Element > | ungotten |
| std::size_t | bufferSize = 1000 |
Static Public Attributes | |
| static const QString | eof = QChar(EOF) |