|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmHostFile | file |
| unsigned char * | buffer |
| size_t | buffer_size |
| size_t | buffer_max |
| cmBool | aborted |
This structure contains data used by the reader.
| cmBool cmReader::aborted |
Indicates whether or not the reader has been aborted.
| unsigned char* cmReader::buffer |
A buffer containing the characters that have been read so far.
| size_t cmReader::buffer_max |
The number of characters that can fit in the buffer.
| size_t cmReader::buffer_size |
The number of characters in the buffer.
| struct cmHostFile cmReader::file |
The file that is being read.
| struct cmHost* cmReader::host |
A pointer to the host interface.
1.8.12