open62541pp 0.18.0
C++ wrapper of open62541
|
This is the complete list of members for opcua::Bitmask< T >, including all inherited members.
all() const noexcept | opcua::Bitmask< T > | inline |
allOf(T mask) const noexcept | opcua::Bitmask< T > | inline |
any() const noexcept | opcua::Bitmask< T > | inline |
anyOf(T mask) const noexcept | opcua::Bitmask< T > | inline |
Bitmask() noexcept=default | opcua::Bitmask< T > | |
Bitmask(T mask) noexcept | opcua::Bitmask< T > | inline |
Bitmask(Underlying mask) noexcept | opcua::Bitmask< T > | inline |
flip() noexcept | opcua::Bitmask< T > | inline |
get() const noexcept | opcua::Bitmask< T > | inline |
none() const noexcept | opcua::Bitmask< T > | inline |
noneOf(T mask) const noexcept | opcua::Bitmask< T > | inline |
operator T() const noexcept | opcua::Bitmask< T > | inlineexplicit |
operator Underlying() const noexcept | opcua::Bitmask< T > | inlineexplicit |
operator!=(Bitmask< T > lhs, Bitmask< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator!=(Bitmask< T > lhs, T rhs) noexcept | opcua::Bitmask< T > | related |
operator!=(T lhs, Bitmask< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator!=(Bitmask< T > lhs, std::underlying_type_t< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator!=(std::underlying_type_t< T > lhs, Bitmask< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator==(Bitmask< T > lhs, Bitmask< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator==(Bitmask< T > lhs, T rhs) noexcept | opcua::Bitmask< T > | related |
operator==(T lhs, Bitmask< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator==(Bitmask< T > lhs, std::underlying_type_t< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator==(std::underlying_type_t< T > lhs, Bitmask< T > rhs) noexcept | opcua::Bitmask< T > | related |
reset() noexcept | opcua::Bitmask< T > | inline |
reset(T mask) noexcept | opcua::Bitmask< T > | inline |
set() noexcept | opcua::Bitmask< T > | inline |
set(T mask) noexcept | opcua::Bitmask< T > | inline |
Underlying typedef | opcua::Bitmask< T > |