libcommonc++
0.7
|
This is the complete list of members for Flags< T >, including all inherited members.
allSet(const T &mask) const | Flags< T > | |
anySet(const T &mask) const | Flags< T > | |
clear(int flag) | Flags< T > | |
clear() | Flags< T > | |
Flags(const T &flags=0) | Flags< T > | |
isSet(int index) const | Flags< T > | |
operator T() const | Flags< T > | inline |
operator=(const T &flags) | Flags< T > | |
operator[](int index) const | Flags< T > | |
operator[](int index) | Flags< T > | |
set(int index, bool on=true) | Flags< T > | |
~Flags() | Flags< T > |