|  | GL Studio C++ Runtime API
    | 
#include <disti_metadata.h>
 
 | Public Member Functions | |
| DistiAttributeEnumDefList (char *stringVal,...) | |
| virtual int | EnumToInt (const std::string &string) | 
A list of enumeration definitions
| DistiAttributeEnumDefList | ( | char * | stringVal, | 
| ... | |||
| ) | 
Create a new DistiAttributeEnumDefList object.
| stringVal | The first string value of the list. | 
| 
 | virtual | 
Return the associated integer value with the enumeration string
| string | The string whose enum value is to be returned. |