AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code
Public Member Functions | List of all members
GitTpl::EnumLookupClass Class Referenceabstract

A virtual base class for the lookup class template arguments to GitTpl::Enum. More...

#include <gittpl.h>

Public Member Functions

virtual ~EnumLookupClass ()
 Destructor.
 
virtual unsigned int GetMaxValue () const =0
 This function should return the maximum normal value of the enumerated value.
 
virtual const char ** GetStringArray () const =0
 Return a pointer to an array of enum strings equivalents.
 

Detailed Description

A virtual base class for the lookup class template arguments to GitTpl::Enum.

The use should implement a class based on this class to provide information required by GitTpl::Enum.


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