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

Data Fields

struct cmHosthost
 
struct cmSymbolsymbol_array
 
size_t symbol_count
 
cmBool ignore_case
 

Detailed Description

This structure represents a single scope.

Field Documentation

§ host

struct cmHost* cmScope::host

A pointer to the host used to allocate memory.

§ ignore_case

cmBool cmScope::ignore_case

Whether or not to ingore symbol name case.

§ symbol_array

struct cmSymbol* cmScope::symbol_array

The array of symbols for this scope.

§ symbol_count

size_t cmScope::symbol_count

The number of symbols in this scope.


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