|
qxLib
|
This is the complete list of members for qx::flags< enum_t >, including all inherited members.
| add(flags flags_) noexcept | qx::flags< enum_t > | |
| all_flags() noexcept | qx::flags< enum_t > | static |
| contains(enum_t eFlag) const noexcept | qx::flags< enum_t > | |
| contains_all(flags other) const noexcept | qx::flags< enum_t > | |
| contains_any(flags other) const noexcept | qx::flags< enum_t > | |
| flags(enum_t eFlag) noexcept | qx::flags< enum_t > | |
| remove(flags flags_) noexcept | qx::flags< enum_t > | |
| requires(sizeof...(args_t) >=2 &&specific_variadic_args_v< enum_t, args_t... >) const expr flags(args_t... flags) noexcept | qx::flags< enum_t > | |
| requires(sizeof...(args_t) >=1 &&specific_variadic_args_v< enum_t, args_t... >) const expr void add(args_t... flags) noexcept | qx::flags< enum_t > | |
| requires(sizeof...(args_t) >=1 &&specific_variadic_args_v< enum_t, args_t... >) const expr void remove(args_t... flags) noexcept | qx::flags< enum_t > | |
| requires(sizeof...(args_t) >=1 &&specific_variadic_args_v< enum_t, args_t... >) const expr void xor_(args_t... flags) noexcept | qx::flags< enum_t > | |
| requires(sizeof...(args_t) >=2 &&specific_variadic_args_v< enum_t, args_t... >) const expr bool contains_all(args_t... flags) const noexcept | qx::flags< enum_t > | |
| requires(sizeof...(args_t) >=2 &&specific_variadic_args_v< enum_t, args_t... >) const expr bool contains_any(args_t... flags) const noexcept | qx::flags< enum_t > | |
| reverse() noexcept | qx::flags< enum_t > | |
| shift_left(size_t nShift) noexcept | qx::flags< enum_t > | |
| shift_right(size_t nShift) noexcept | qx::flags< enum_t > | |
| to_integer() const noexcept | qx::flags< enum_t > | |
| xor_(flags flags_) noexcept | qx::flags< enum_t > |