-
cpp::static_reflection
-
Class<T> - Returns static reflection information of a given class
-
Enum<EnumType> - Returns static reflection information of the given enumeration type.
-
Field<FieldType, field> - Returns static reflection information of a given pointer to member object
-
Function<FunctionType, function> - Returns static reflection information of a function
-
Kind - Represents the different types of entities (namespaces, classes, functions, etc) the library can collect static reflection information.
-
-
cpp::static_reflection::meta
- SourceInfo<Entity_, Kind, FullName, Spelling, DisplayName, File, Line> - Stores source information of an entity