CommonLibSSE (powerof3)
|
This is the complete list of members for REX::Enum< E, U >, including all inherited members.
Enum() noexcept=default | REX::Enum< E, U > | |
Enum(const Enum &) noexcept=default | REX::Enum< E, U > | |
Enum(Enum &&) noexcept=default | REX::Enum< E, U > | |
Enum(Enum< E, U2 > a_rhs) noexcept | REX::Enum< E, U > | inline |
Enum(E a_value) noexcept | REX::Enum< E, U > | inline |
enum_type typedef | REX::Enum< E, U > | |
get() const noexcept | REX::Enum< E, U > | inline |
operator bool() const noexcept | REX::Enum< E, U > | inlineexplicit |
operator*() const noexcept | REX::Enum< E, U > | inline |
operator=(const Enum &) noexcept=default | REX::Enum< E, U > | |
operator=(Enum &&) noexcept=default | REX::Enum< E, U > | |
operator=(Enum< E, U2 > a_rhs) noexcept | REX::Enum< E, U > | inline |
operator=(E a_value) noexcept | REX::Enum< E, U > | inline |
operator==(Enum a_lhs, Enum a_rhs) noexcept | REX::Enum< E, U > | friend |
operator==(Enum a_lhs, E a_rhs) noexcept | REX::Enum< E, U > | friend |
operator==(E a_lhs, Enum a_rhs) noexcept | REX::Enum< E, U > | friend |
underlying() const noexcept | REX::Enum< E, U > | inline |
underlying_type typedef | REX::Enum< E, U > | |
~Enum() noexcept=default | REX::Enum< E, U > |