|
cmEngine
0.1.1
A library for interpreting CMake code.
|
#include <cmHostFile.h>
Data Fields | |
| void * | impl |
| void(* | release )(void *impl) |
| size_t(* | read )(void *impl, void *data, size_t size) |
This structure is used to contain an interface to a file on the host system.
| void* cmHostFile::impl |
The file implementation data.
| size_t(* cmHostFile::read) (void *impl, void *data, size_t size) |
Reads data from the file. The number of bytes that were read should be returned.
| void(* cmHostFile::release) (void *impl) |
Releases data allocated by the file.
1.8.12