VTK
Public Attributes | List of all members
_PreprocessInfo Struct Reference

Contains all symbols defined thus far (including those defined in any included header files). More...

#include <vtkParsePreprocess.h>

Collaboration diagram for _PreprocessInfo:
[legend]

Public Attributes

const char * FileName
 
MacroInfo *** MacroHashTable
 
int NumberOfIncludeDirectories
 
const char ** IncludeDirectories
 
int NumberOfIncludeFiles
 
const char ** IncludeFiles
 
StringCacheStrings
 
int IsExternal
 
int ConditionalDepth
 
int ConditionalDone
 

Detailed Description

Contains all symbols defined thus far (including those defined in any included header files).

Definition at line 79 of file vtkParsePreprocess.h.

Member Data Documentation

§ FileName

const char* _PreprocessInfo::FileName

Definition at line 81 of file vtkParsePreprocess.h.

§ MacroHashTable

MacroInfo*** _PreprocessInfo::MacroHashTable

Definition at line 82 of file vtkParsePreprocess.h.

§ NumberOfIncludeDirectories

int _PreprocessInfo::NumberOfIncludeDirectories

Definition at line 83 of file vtkParsePreprocess.h.

§ IncludeDirectories

const char** _PreprocessInfo::IncludeDirectories

Definition at line 84 of file vtkParsePreprocess.h.

§ NumberOfIncludeFiles

int _PreprocessInfo::NumberOfIncludeFiles

Definition at line 85 of file vtkParsePreprocess.h.

§ IncludeFiles

const char** _PreprocessInfo::IncludeFiles

Definition at line 86 of file vtkParsePreprocess.h.

§ Strings

StringCache* _PreprocessInfo::Strings

Definition at line 87 of file vtkParsePreprocess.h.

§ IsExternal

int _PreprocessInfo::IsExternal

Definition at line 88 of file vtkParsePreprocess.h.

§ ConditionalDepth

int _PreprocessInfo::ConditionalDepth

Definition at line 89 of file vtkParsePreprocess.h.

§ ConditionalDone

int _PreprocessInfo::ConditionalDone

Definition at line 90 of file vtkParsePreprocess.h.


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