nl::FieldDescriptor

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

โครงสร้างที่อธิบายช่อง TLV ในโครงสร้างสคีมาและเชื่อมต่อกับข้อมูลใน c-struct

สรุป

แอตทริบิวต์สาธารณะ

mNestedFieldDescriptors
ชี้ไปที่กลุ่มของตัวบอกฟิลด์อีกกลุ่ม หากเรามี Struct เป็นต้น
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

ชี้ไปที่กลุ่มของตัวบอกฟิลด์อีกกลุ่ม หากเรามี Struct เป็นต้น

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