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

Data Fields

struct cmHosthost
 
struct cmHostFile file
 
unsigned char * buffer
 
size_t buffer_size
 
size_t buffer_max
 
cmBool aborted
 

Detailed Description

This structure contains data used by the reader.

Field Documentation

§ aborted

cmBool cmReader::aborted

Indicates whether or not the reader has been aborted.

§ buffer

unsigned char* cmReader::buffer

A buffer containing the characters that have been read so far.

§ buffer_max

size_t cmReader::buffer_max

The number of characters that can fit in the buffer.

§ buffer_size

size_t cmReader::buffer_size

The number of characters in the buffer.

§ file

struct cmHostFile cmReader::file

The file that is being read.

§ host

struct cmHost* cmReader::host

A pointer to the host interface.


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