This is the complete list of members for spk::Flags< TFlagType, StorageT >, including all inherited members.
| any() const | spk::Flags< TFlagType, StorageT > | inline |
| bits | spk::Flags< TFlagType, StorageT > | |
| clear() | spk::Flags< TFlagType, StorageT > | inline |
| Flags()=default | spk::Flags< TFlagType, StorageT > | |
| Flags(TFlagType p_v) | spk::Flags< TFlagType, StorageT > | inline |
| Flags(MaskType p_raw) | spk::Flags< TFlagType, StorageT > | inlineexplicit |
| Flags(std::initializer_list< TFlagType > p_values) | spk::Flags< TFlagType, StorageT > | inline |
| has(TFlagType p_v) const | spk::Flags< TFlagType, StorageT > | inline |
| MaskType typedef | spk::Flags< TFlagType, StorageT > | |
| none() const | spk::Flags< TFlagType, StorageT > | inline |
| operator bool() const | spk::Flags< TFlagType, StorageT > | inlineexplicit |
| operator&=(TFlagType p_v) | spk::Flags< TFlagType, StorageT > | inline |
| operator^=(TFlagType p_v) | spk::Flags< TFlagType, StorageT > | inline |
| operator|=(TFlagType p_v) | spk::Flags< TFlagType, StorageT > | inline |
| raw() const | spk::Flags< TFlagType, StorageT > | inline |
| reset(TFlagType p_v) | spk::Flags< TFlagType, StorageT > | inline |
| testAny(TFlagType p_v) const | spk::Flags< TFlagType, StorageT > | inline |