EngineEnumTable
Engine/source/console/engineTypeInfo.h
Table of values for an enumeration or bitfield type.
Classes:
class
A value in an enumeration.
Protected Attributes
Number of values in this enumeration.
Public Functions
EngineEnumTable(U32 numValues, const Value * values)
Return the number of Values in this enumeration/bitfield.
operator[](U32 index)
Get the enum value at the given index.
Detailed Description
Table of values for an enumeration or bitfield type.
Protected Attributes
U32 mNumValues
Number of values in this enumeration.
const Value * mValues
Records for all the enum values.
Public Functions
EngineEnumTable(U32 numValues, const Value * values)
getNumValues()
Return the number of Values in this enumeration/bitfield.
operator[](U32 index)
Get the enum value at the given index.