filter_item.h
Go to the documentation of this file.
#define RTTR_DECLARE_FLAGS(Flags, Enum)
This macro expands to:
Definition enum_flags.h:294
#define RTTR_DECLARE_ENUM_FLAGS_OPERATORS(Flags)
This macro declares the a global operator | for enums of type enum_flags<T>
Definition enum_flags.h:301
Definition access_levels.h:34
filter_item
The filter_item enum is used to filter the search for certain members in types.
Definition filter_item.h:48
@ instance_item
Includes all members in the search, which needs an instance to be invoked.
@ non_public_access
Includes all non public (private or protected) members in the search.
@ declared_only
Returns all members declared for the current type; inherited members are not returned.
@ public_access
Declares that this member was registered with public access.
Generated on Fri Jan 26 2024 00:00:00 for rttr - 0.9.7 by doxygen.