|
| FORCEINLINE | ChaosFlags (void) |
| |
| FORCEINLINE | ChaosFlags (enumtype e) |
| |
| FORCEINLINE | ChaosFlags (const ChaosFlags< enumtype, storagetype > &f) |
| |
| FORCEINLINE | ChaosFlags (storagetype b) |
| |
| FORCEINLINE bool | isSet (enumtype e) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | set (enumtype e) |
| |
| FORCEINLINE bool | operator== (enumtype e) const |
| |
| FORCEINLINE bool | operator== (const ChaosFlags< enumtype, storagetype > &f) const |
| |
| FORCEINLINE bool | operator== (bool b) const |
| |
| FORCEINLINE bool | operator!= (enumtype e) const |
| |
| FORCEINLINE bool | operator!= (const ChaosFlags< enumtype, storagetype > &f) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator= (const ChaosFlags< enumtype, storagetype > &f) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator= (enumtype e) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator|= (enumtype e) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator|= (const ChaosFlags< enumtype, storagetype > &f) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > | operator| (enumtype e) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > | operator| (const ChaosFlags< enumtype, storagetype > &f) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator&= (enumtype e) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator&= (const ChaosFlags< enumtype, storagetype > &f) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > | operator& (enumtype e) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > | operator& (const ChaosFlags< enumtype, storagetype > &f) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator^= (enumtype e) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > & | operator^= (const ChaosFlags< enumtype, storagetype > &f) |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > | operator^ (enumtype e) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > | operator^ (const ChaosFlags< enumtype, storagetype > &f) const |
| |
| FORCEINLINE ChaosFlags< enumtype, storagetype > | operator~ (void) const |
| |
| FORCEINLINE | operator bool (void) const |
| |
| FORCEINLINE | operator uint8_t (void) const |
| |
| FORCEINLINE | operator uint16_t (void) const |
| |
| FORCEINLINE | operator uint32_t (void) const |
| |
| FORCEINLINE void | clear (enumtype e) |
| |