next up previous contents
Next: enum_info_base Class Instantiation Up: The enum_info_base Class Previous: enum_info_base Class Variables

enum_info_base Class Methods

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.
   




1998-11-17