dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Utils::Flags< Enum > Member List

This is the complete list of members for dfx::Utils::Flags< Enum >, including all inherited members.

enum_type typedefdfx::Utils::Flags< Enum >
Flags() noexcept=defaultdfx::Utils::Flags< Enum >
Flags(enum_type e) noexceptdfx::Utils::Flags< Enum >inline
Flags(std::initializer_list< enum_type > f) noexceptdfx::Utils::Flags< Enum >inline
operator enum_type() const noexceptdfx::Utils::Flags< Enum >inline
operator value_type() const noexceptdfx::Utils::Flags< Enum >inline
operator!() const noexceptdfx::Utils::Flags< Enum >inline
operator!=(Flags< enum_type > const &other) const noexceptdfx::Utils::Flags< Enum >inline
operator!=(enum_type flag) const noexceptdfx::Utils::Flags< Enum >inline
operator&(enum_type mask) const noexceptdfx::Utils::Flags< Enum >inline
operator&(Flags< enum_type > mask) const noexceptdfx::Utils::Flags< Enum >inline
operator&=(enum_type mask) noexceptdfx::Utils::Flags< Enum >inline
operator&=(Flags< enum_type > mask) noexceptdfx::Utils::Flags< Enum >inline
operator==(Flags< enum_type > const &other) const noexceptdfx::Utils::Flags< Enum >inline
operator==(enum_type flag) const noexceptdfx::Utils::Flags< Enum >inline
operator^(enum_type mask) const noexceptdfx::Utils::Flags< Enum >inline
operator^(Flags< enum_type > mask) const noexceptdfx::Utils::Flags< Enum >inline
operator^=(enum_type mask) noexceptdfx::Utils::Flags< Enum >inline
operator^=(Flags< enum_type > mask) noexceptdfx::Utils::Flags< Enum >inline
operator|(enum_type mask) const noexceptdfx::Utils::Flags< Enum >inline
operator|(Flags< enum_type > mask) const noexceptdfx::Utils::Flags< Enum >inline
operator|=(enum_type mask) noexceptdfx::Utils::Flags< Enum >inline
operator|=(Flags< enum_type > mask) noexceptdfx::Utils::Flags< Enum >inline
operator~() const noexceptdfx::Utils::Flags< Enum >inline
setFlag(enum_type flag, bool on=true) noexceptdfx::Utils::Flags< Enum >inline
testAllFlags(Flags< enum_type > const &flags) const noexceptdfx::Utils::Flags< Enum >inline
testAnyFlag(Flags< enum_type > const &flags) const noexceptdfx::Utils::Flags< Enum >inline
testFlag(enum_type flag) const noexceptdfx::Utils::Flags< Enum >inline
value_type typedefdfx::Utils::Flags< Enum >