VTK
Public Attributes | List of all members
_MacroInfo Struct Reference

Struct to describe a preprocessor symbol. More...

#include <vtkParsePreprocess.h>

Public Attributes

const char * Name
 
const char * Definition
 
const char * Comment
 
int NumberOfParameters
 
const char ** Parameters
 
int IsFunction
 
int IsVariadic
 
int IsExternal
 
int IsExcluded
 

Detailed Description

Struct to describe a preprocessor symbol.

Definition at line 62 of file vtkParsePreprocess.h.

Member Data Documentation

const char* _MacroInfo::Name

Definition at line 64 of file vtkParsePreprocess.h.

const char* _MacroInfo::Definition

Definition at line 65 of file vtkParsePreprocess.h.

const char* _MacroInfo::Comment

Definition at line 66 of file vtkParsePreprocess.h.

int _MacroInfo::NumberOfParameters

Definition at line 67 of file vtkParsePreprocess.h.

const char** _MacroInfo::Parameters

Definition at line 68 of file vtkParsePreprocess.h.

int _MacroInfo::IsFunction

Definition at line 69 of file vtkParsePreprocess.h.

int _MacroInfo::IsVariadic

Definition at line 70 of file vtkParsePreprocess.h.

int _MacroInfo::IsExternal

Definition at line 71 of file vtkParsePreprocess.h.

int _MacroInfo::IsExcluded

Definition at line 72 of file vtkParsePreprocess.h.


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