deaddev-bitmask 1.0.1
C++ bitmask library
Loading...
Searching...
No Matches
deaddev::bitmask< T, typename > Member List

This is the complete list of members for deaddev::bitmask< T, typename >, including all inherited members.

all_flags() noexceptdeaddev::bitmask< T, typename >inlinestatic
bitmask() noexcept=defaultdeaddev::bitmask< T, typename >
bitmask(const bitmask &) noexcept=defaultdeaddev::bitmask< T, typename >
bitmask(bitmask &&) noexcept=defaultdeaddev::bitmask< T, typename >
bitmask(enum_type value) noexceptdeaddev::bitmask< T, typename >inline
bitmask(mask_type value) noexceptdeaddev::bitmask< T, typename >inlineexplicit
enum_type typedefdeaddev::bitmask< T, typename >
is_set(enum_type flag) const noexceptdeaddev::bitmask< T, typename >inline
is_set(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
mask_type typedefdeaddev::bitmask< T, typename >
operator enum_type() const noexceptdeaddev::bitmask< T, typename >inlineexplicit
operator mask_type() const noexceptdeaddev::bitmask< T, typename >inlineexplicit
operator!=(mask_type mask) const noexceptdeaddev::bitmask< T, typename >inline
operator!=(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator&(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator&(enum_type other) const noexceptdeaddev::bitmask< T, typename >inline
operator&=(bitmask other) noexceptdeaddev::bitmask< T, typename >inline
operator&=(enum_type other) noexceptdeaddev::bitmask< T, typename >inline
operator<(mask_type mask) const noexceptdeaddev::bitmask< T, typename >inline
operator<(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator<=(mask_type mask) const noexceptdeaddev::bitmask< T, typename >inline
operator<=(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator=(const bitmask &) noexcept=defaultdeaddev::bitmask< T, typename >
operator=(bitmask &&) noexcept=defaultdeaddev::bitmask< T, typename >
operator==(mask_type mask) const noexceptdeaddev::bitmask< T, typename >inline
operator==(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator>(mask_type mask) const noexceptdeaddev::bitmask< T, typename >inline
operator>(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator>=(mask_type mask) const noexceptdeaddev::bitmask< T, typename >inline
operator>=(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator^(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator^(enum_type other) const noexceptdeaddev::bitmask< T, typename >inline
operator^=(bitmask other) noexceptdeaddev::bitmask< T, typename >inline
operator^=(enum_type other) noexceptdeaddev::bitmask< T, typename >inline
operator|(bitmask other) const noexceptdeaddev::bitmask< T, typename >inline
operator|(enum_type other) const noexceptdeaddev::bitmask< T, typename >inline
operator|=(bitmask other) noexceptdeaddev::bitmask< T, typename >inline
operator|=(enum_type other) noexceptdeaddev::bitmask< T, typename >inline
operator~() const noexceptdeaddev::bitmask< T, typename >inline
remove(enum_type flag) noexceptdeaddev::bitmask< T, typename >inline
remove(bitmask other) noexceptdeaddev::bitmask< T, typename >inline
set(enum_type flag) noexceptdeaddev::bitmask< T, typename >inline
set(bitmask other) noexceptdeaddev::bitmask< T, typename >inline