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

Data Fields

struct cmHosthost
 
struct cmScopescope_array
 
size_t scope_count
 
cmBool ignore_case
 

Detailed Description

This structure contains a symbol table. A symbol table is made up of an array of scopes. Scopes are the structures that hold the actual symbols.

Field Documentation

§ host

struct cmHost* cmSymbolTable::host

A pointer to the host used to allocate memory.

§ ignore_case

cmBool cmSymbolTable::ignore_case

Whether or not to ingore symbol name case.

§ scope_array

struct cmScope* cmSymbolTable::scope_array

The scope array.

§ scope_count

size_t cmSymbolTable::scope_count

The number of scopes in the scope array.


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