Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Reflection::TypeInfo::MemberInfo Struct Reference

Holds extended type info for members of struct. More...

#include <Reflection.h>

Public Member Functions

constexpr MemberInfo (uint8_t memberTag, uint16_t offsetInBytes)
 

Public Attributes

uint16_t memberTag
 Used for versioned serialization. More...
 
uint16_t offsetInBytes
 Used for signature uniqueness and by SerializationBinaryTypeErased. More...
 

Detailed Description

Holds extended type info for members of struct.

Member Data Documentation

◆ memberTag

uint16_t SC::Reflection::TypeInfo::MemberInfo::memberTag

Used for versioned serialization.

◆ offsetInBytes

uint16_t SC::Reflection::TypeInfo::MemberInfo::offsetInBytes

Used for signature uniqueness and by SerializationBinaryTypeErased.


The documentation for this struct was generated from the following file: