🟩 Describe C++ types at compile time for serialization (see Reflection for more details) More...
Typedefs | |
using | SC::Reflection::TypeStringView = Sv |
using | SC::Reflection::Schema = Reflection::SchemaCompiler<FlatSchemaBuilder> |
Default schema not building any virtual table. | |
Enumerations | |
enum class | SC::Reflection::TypeCategory : uint8_t { SC::Reflection::TypeCategory::TypeInvalid = 0 , SC::Reflection::TypeCategory::TypeBOOL = 1 , SC::Reflection::TypeCategory::TypeUINT8 = 2 , SC::Reflection::TypeCategory::TypeUINT16 = 3 , SC::Reflection::TypeCategory::TypeUINT32 = 4 , SC::Reflection::TypeCategory::TypeUINT64 = 5 , SC::Reflection::TypeCategory::TypeINT8 = 6 , SC::Reflection::TypeCategory::TypeINT16 = 7 , SC::Reflection::TypeCategory::TypeINT32 = 8 , SC::Reflection::TypeCategory::TypeINT64 = 9 , SC::Reflection::TypeCategory::TypeFLOAT32 = 10 , SC::Reflection::TypeCategory::TypeDOUBLE64 = 11 , SC::Reflection::TypeCategory::TypeStruct = 12 , SC::Reflection::TypeCategory::TypeArray = 13 , SC::Reflection::TypeCategory::TypeVector = 14 } |
Enumeration of possible category types recognized by Reflection. More... | |
🟩 Describe C++ types at compile time for serialization (see Reflection for more details)
Reflection generates compile time information of fields in a structure or class.
Typically this library is used with one of the serialization libraries ( Serialization Binary or Serialization Text).
constexpr
. using SC::Reflection::Schema = Reflection::SchemaCompiler<FlatSchemaBuilder> |
#include <ReflectionSchemaCompiler.h>
Default schema not building any virtual table.
|
strong |
#include <Reflection.h>
Enumeration of possible category types recognized by Reflection.