nl::FieldDescriptor

#include <src/lib/support/SerializationUtils.h>

מבנה שמתאר שדה TLV במבנה של סכימה ומחבר אותו לנתונים ב-c-struct.

סיכום

מאפיינים ציבוריים

mNestedFieldDescriptors
מצביעים על קבוצה אחרת של מתארי שדה, אם יש לנו structs וכו'.
mOffset
uint16_t
היכן לחפש ב-c-struct כדי להזין את הנתונים בשדה TLV.
mTVDContextTag
uint8_t
תג הקשר של שדה ה-TLV.
mTypeAndFlags
uint8_t
סוג הנתונים בשדה TLV.

תפקידים ציבוריים

GetType(void) const
IsNullable(void) const
bool

מאפיינים ציבוריים

mNestedFieldDescriptors

const SchemaFieldDescriptor * nl::FieldDescriptor::mNestedFieldDescriptors

מצביעים על קבוצה אחרת של מתארי שדה, אם יש לנו structs וכו'.

mOffset

uint16_t nl::FieldDescriptor::mOffset

היכן לחפש ב-c-struct כדי להזין את הנתונים בשדה TLV.

mTVDContextTag

uint8_t nl::FieldDescriptor::mTVDContextTag

תג הקשר של שדה ה-TLV.

mTypeAndFlags

uint8_t nl::FieldDescriptor::mTypeAndFlags

סוג הנתונים בשדה TLV.

תפקידים ציבוריים

GetType

SerializedFieldType nl::FieldDescriptor::GetType(
  void
) const 

IsNullable

bool nl::FieldDescriptor::IsNullable(
  void
) const