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

Data Fields

struct cmHosthost
 
char * content
 
size_t content_size
 

Detailed Description

This structure is used to contain data for literal expansions.

Field Documentation

§ content

char* cmLiteralExpansion::content

A pointer to the content string.

§ content_size

size_t cmLiteralExpansion::content_size

The number of characters in the expansion content.

§ host

struct cmHost* cmLiteralExpansion::host

A pointer to the host used for memory allocation.


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