specifying internal enums and classes of a template class can be problematic, so these are declared outside RTFileFrame
Definition at line 60 of file RTFileFrame.hpp.
#include <RTFileFrame.hpp>
Public Types | |
enum | FileReadingMode { AppendedData = 0, FromTheBeginning = 1 } |
enum | GetRecordMode { Dumb = 0, Smart = 1 } |
Whether additional file data can be read from the end of a file or not.
Enumerator | |
---|---|
AppendedData | read only appended data. |
FromTheBeginning | reread from the beginning every time. |
Definition at line 73 of file RTFileFrame.hpp.
Enumerator | |
---|---|
Dumb | only tries to read once from current file |
Smart | if cannot read, rolls files or waits for data |
Definition at line 63 of file RTFileFrame.hpp.