#include <Xrtti.h>
Public Member Functions | |
AccessType | GetAccessType () const |
const Context & | GetContext () const |
const char * | GetName () const |
U32 | GetValueCount () const |
const EnumerationValue & | GetValue (U32 index) const |
|
Returns the access type of the Enuimeration within the context in which it is defined.
|
|
Returns the Context in which this Enumeration is defined.
|
|
Returns the name of this Enumeration.
|
|
Returns the number of EnumerationValues of this Enumeration.
|
|
Returns an EnumerationValue of this Enumeration.
|