Refine comment in idl.h

This commit is contained in:
iceboy
2019-02-05 13:09:50 -08:00
parent c5df650099
commit d53fe98e10

View File

@@ -276,8 +276,9 @@ struct FieldDef : public Definition {
bool key; // Field functions as a key for creating sorted vectors.
bool native_inline; // Field will be defined inline (instead of as a pointer)
// for native tables if field is a struct.
bool native_shared; // Field will be using CreateSharedString while packing
// if field is a string.
bool native_shared; // Field will be using string pooling
// (i.e. CreateSharedString) as default serialization
// behavior if field is a string.
bool flexbuffer; // This field contains FlexBuffer data.
StructDef *nested_flatbuffer; // This field contains nested FlatBuffer data.
size_t padding; // Bytes to always pad after this field.