VTK
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
_EnumInfo Struct Reference

EnumInfo is for enums Constants are at the same level as the Enum, not inside it. More...

#include <vtkParseData.h>

Public Attributes

parse_item_t ItemType
 
parse_access_t Access
 
const char * Name
 
const char * Comment
 

Detailed Description

EnumInfo is for enums Constants are at the same level as the Enum, not inside it.

Definition at line 161 of file vtkParseData.h.

Member Data Documentation

parse_item_t _EnumInfo::ItemType

Definition at line 163 of file vtkParseData.h.

parse_access_t _EnumInfo::Access

Definition at line 164 of file vtkParseData.h.

const char* _EnumInfo::Name

Definition at line 165 of file vtkParseData.h.

const char* _EnumInfo::Comment

Definition at line 166 of file vtkParseData.h.


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