Searched defs:Get (Results 1 – 3 of 3) sorted by relevance
101 EnumT Get() const { return static_cast<EnumT>(m_EnumValue); } in Get() function
126 bit32 Get() const { return m_FlagsValue; } in Get() function
26 bool Get(int i) const { return n & (1 << i); } in Get() function