#include <IFile.h>
|
ResultCode | code |
| The result of the read operation.
|
|
std::size_t | length |
| length of the read string without null terminator
|
|
◆ ResultCode
Enumerator |
---|
FAILURE | Recondition violated, e.g. buffer is nullptr, file not open, EOF already reached, ...
|
TRUNCATED | The line is longer than the supplied buffer. The next read continues reading of the line.
|
OK | Read a line.
|
◆ code
The result of the read operation.
◆ length
std::size_t XFILE::IFile::ReadLineResult::length |
length of the read string without null terminator
The documentation for this struct was generated from the following file: