Main Page   Compound List   File List   Compound Members   File Members  

EnumTranslate::EnumTable Struct Template Reference

A tuple composed of an enumeration value and its associated name (a const char *). More...

List of all members.

Public Attributes

enumeration
 enumeration value. More...

const char * name
 C string associated with the enumeration value. More...


Detailed Description

template<class T>
struct EnumTranslate< T >::EnumTable

A tuple composed of an enumeration value and its associated name (a const char *).

Definition at line 76 of file enumTranslate.cpp.


Member Data Documentation

template<class T>
T EnumTranslate::EnumTable::enumeration
 

enumeration value.

Definition at line 79 of file enumTranslate.cpp.

template<class T>
const char* EnumTranslate::EnumTable::name
 

C string associated with the enumeration value.

Definition at line 81 of file enumTranslate.cpp.


The documentation for this struct was generated from the following file:
Generated at Mon May 13 14:07:32 2002 for An Enumeration to const char * translation template by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001