cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmHostFile Struct Reference

#include <cmHostFile.h>

Data Fields

void * impl
 
void(* release )(void *impl)
 
size_t(* read )(void *impl, void *data, size_t size)
 

Detailed Description

This structure is used to contain an interface to a file on the host system.

Field Documentation

§ impl

void* cmHostFile::impl

The file implementation data.

§ read

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.

§ release

void(* cmHostFile::release) (void *impl)

Releases data allocated by the file.


The documentation for this struct was generated from the following file: