enum_info_base
implements all virtual functions defined in
type_info_interface
. Additionally, some methods to query type
informations are included. Note, only additional methods not defined
in the interface class are listed in the following table.
Methods | Description |
---|---|
enum_info_base(const int le,
const int ri, const char **val) |
Constructor of the class. ``le'' and ``ri'' the left respectively right bounds of the enumeration type while ``values'' is a const string array which stores the string representation of the enumeration elements. |