CppCommon
1.0.4.1
C++ Common Library
|
This is the complete list of members for CppCommon::Flags< TEnum >, including all inherited members.
bitset() const noexcept | CppCommon::Flags< TEnum > | inline |
Flags() noexcept | CppCommon::Flags< TEnum > | inline |
Flags(type value) noexcept | CppCommon::Flags< TEnum > | inline |
Flags(TEnum value) noexcept | CppCommon::Flags< TEnum > | inline |
Flags(const Flags &) noexcept=default | CppCommon::Flags< TEnum > | |
Flags(Flags &&) noexcept=default | CppCommon::Flags< TEnum > | |
isset() const noexcept | CppCommon::Flags< TEnum > | inline |
isset(type value) const noexcept | CppCommon::Flags< TEnum > | inline |
isset(TEnum value) const noexcept | CppCommon::Flags< TEnum > | inline |
operator bool() const noexcept | CppCommon::Flags< TEnum > | inlineexplicit |
operator TEnum() const noexcept | CppCommon::Flags< TEnum > | inline |
operator!() const noexcept | CppCommon::Flags< TEnum > | inline |
operator!=(const Flags &flags1, const Flags &flags2) noexcept | CppCommon::Flags< TEnum > | friend |
operator&(const Flags &flags1, const Flags &flags2) noexcept | CppCommon::Flags< TEnum > | friend |
operator&=(const Flags &flags) noexcept | CppCommon::Flags< TEnum > | inline |
operator=(type value) noexcept | CppCommon::Flags< TEnum > | inline |
operator=(TEnum value) noexcept | CppCommon::Flags< TEnum > | inline |
operator=(const Flags &) noexcept=default | CppCommon::Flags< TEnum > | |
operator=(Flags &&) noexcept=default | CppCommon::Flags< TEnum > | |
operator==(const Flags &flags1, const Flags &flags2) noexcept | CppCommon::Flags< TEnum > | friend |
operator^(const Flags &flags1, const Flags &flags2) noexcept | CppCommon::Flags< TEnum > | friend |
operator^=(const Flags &flags) noexcept | CppCommon::Flags< TEnum > | inline |
operator|(const Flags &flags1, const Flags &flags2) noexcept | CppCommon::Flags< TEnum > | friend |
operator|=(const Flags &flags) noexcept | CppCommon::Flags< TEnum > | inline |
operator~() const noexcept | CppCommon::Flags< TEnum > | inline |
swap(Flags &flags) noexcept | CppCommon::Flags< TEnum > | inline |
swap(Flags< UEnum > &flags1, Flags< UEnum > &flags2) noexcept | CppCommon::Flags< TEnum > | friend |
underlying() const noexcept | CppCommon::Flags< TEnum > | inline |
value() const noexcept | CppCommon::Flags< TEnum > | inline |
~Flags() noexcept=default | CppCommon::Flags< TEnum > |