nl::FieldDescriptor

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

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

สรุป

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

mNestedFieldDescriptors
ชี้ไปที่กลุ่มคำอธิบายฟิลด์อีกกลุ่มหนึ่ง ถ้าเรามีโครงสร้าง ฯลฯ
mOffset
uint16_t
ตำแหน่งที่จะดูในโครงสร้าง c สำหรับข้อมูลที่จะเขียนลงในช่อง TLV
mTVDContextTag
uint8_t
แท็กบริบทของช่อง TLV
mTypeAndFlags
uint8_t
ประเภทข้อมูลของช่อง TLV

ฟังก์ชันสาธารณะ

GetType(void) const
IsNullable(void) const
bool

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

mNestedFieldDescriptors

const SchemaFieldDescriptor * nl::FieldDescriptor::mNestedFieldDescriptors

ชี้ไปที่กลุ่มคำอธิบายฟิลด์อีกกลุ่มหนึ่ง ถ้าเรามีโครงสร้าง ฯลฯ

mOffset

uint16_t nl::FieldDescriptor::mOffset

ตำแหน่งที่จะดูในโครงสร้าง c สำหรับข้อมูลที่จะเขียนลงในช่อง 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