open62541pp 0.15.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, U rhs) noexcept | opcua::Bitmask< T > | related |
operator!=(U lhs, Bitmask< T > rhs) noexcept | opcua::Bitmask< T > | related |
operator==(Bitmask< T > lhs, U rhs) noexcept | opcua::Bitmask< T > | related |
operator==(U 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 > |