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

Data Fields

struct cmHosthost
 
char ** string_array
 
size_t string_count
 

Detailed Description

This structure is used to contain a string list.

Field Documentation

§ host

struct cmHost* cmStringList::host

A pointer to the host interface.

§ string_array

char** cmStringList::string_array

The array of strings in the list.

§ string_count

size_t cmStringList::string_count

The number of strings in the list.


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