Return the number of Values in this enumeration/bitfield.
| 111 | |
| 112 | /// Return the number of Values in this enumeration/bitfield. |
| 113 | U32 getNumValues() const { return mNumValues; } |
| 114 | |
| 115 | /// Get the enum value at the given index. |
| 116 | const Value& operator []( U32 index ) const |
no outgoing calls