TestDefaults.Builder

Undocumented in source.
struct TestDefaults
static
struct Builder {}

Constructors

this
this(SegmentBuilder* segment, int data, int pointers, int dataSize, short pointerCount)
Undocumented in source.

Members

Functions

asReader
auto asReader()
Undocumented in source. Be warned that the author may not have intended to support it.
getBoolField
bool getBoolField()
Undocumented in source. Be warned that the author may not have intended to support it.
getBoolList
PrimitiveList!bool.Builder getBoolList()
Undocumented in source. Be warned that the author may not have intended to support it.
getDataField
Data.Builder getDataField()
Undocumented in source. Be warned that the author may not have intended to support it.
getDataList
DataList.Builder getDataList()
Undocumented in source. Be warned that the author may not have intended to support it.
getEnumField
.TestEnum getEnumField()
Undocumented in source. Be warned that the author may not have intended to support it.
getEnumList
EnumList!(.TestEnum).Builder getEnumList()
Undocumented in source. Be warned that the author may not have intended to support it.
getFloat32Field
float getFloat32Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getFloat32List
PrimitiveList!float.Builder getFloat32List()
Undocumented in source. Be warned that the author may not have intended to support it.
getFloat64Field
double getFloat64Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getFloat64List
PrimitiveList!double.Builder getFloat64List()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt16Field
short getInt16Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt16List
PrimitiveList!short.Builder getInt16List()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt32Field
int getInt32Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt32List
PrimitiveList!int.Builder getInt32List()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt64Field
long getInt64Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt64List
PrimitiveList!long.Builder getInt64List()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt8Field
byte getInt8Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getInt8List
PrimitiveList!byte.Builder getInt8List()
Undocumented in source. Be warned that the author may not have intended to support it.
getInterfaceField
Void getInterfaceField()
Undocumented in source. Be warned that the author may not have intended to support it.
getInterfaceList
PrimitiveList!Void.Builder getInterfaceList()
Undocumented in source. Be warned that the author may not have intended to support it.
getStructField
.TestAllTypes.Builder getStructField()
Undocumented in source. Be warned that the author may not have intended to support it.
getStructList
StructList!(.TestAllTypes).Builder getStructList()
Undocumented in source. Be warned that the author may not have intended to support it.
getTextField
Text.Builder getTextField()
Undocumented in source. Be warned that the author may not have intended to support it.
getTextList
TextList.Builder getTextList()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt16Field
ushort getUInt16Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt16List
PrimitiveList!ushort.Builder getUInt16List()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt32Field
uint getUInt32Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt32List
PrimitiveList!uint.Builder getUInt32List()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt64Field
ulong getUInt64Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt64List
PrimitiveList!ulong.Builder getUInt64List()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt8Field
ubyte getUInt8Field()
Undocumented in source. Be warned that the author may not have intended to support it.
getUInt8List
PrimitiveList!ubyte.Builder getUInt8List()
Undocumented in source. Be warned that the author may not have intended to support it.
getVoidField
Void getVoidField()
Undocumented in source. Be warned that the author may not have intended to support it.
getVoidList
PrimitiveList!Void.Builder getVoidList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasBoolList
bool hasBoolList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasDataField
bool hasDataField()
Undocumented in source. Be warned that the author may not have intended to support it.
hasDataList
bool hasDataList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasEnumList
bool hasEnumList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasFloat32List
bool hasFloat32List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasFloat64List
bool hasFloat64List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasInt16List
bool hasInt16List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasInt32List
bool hasInt32List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasInt64List
bool hasInt64List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasInt8List
bool hasInt8List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasInterfaceList
bool hasInterfaceList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasStructList
bool hasStructList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasTextField
bool hasTextField()
Undocumented in source. Be warned that the author may not have intended to support it.
hasTextList
bool hasTextList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasUInt16List
bool hasUInt16List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasUInt32List
bool hasUInt32List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasUInt64List
bool hasUInt64List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasUInt8List
bool hasUInt8List()
Undocumented in source. Be warned that the author may not have intended to support it.
hasVoidList
bool hasVoidList()
Undocumented in source. Be warned that the author may not have intended to support it.
initBoolList
PrimitiveList!bool.Builder initBoolList(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initDataField
Data.Builder initDataField(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initDataList
DataList.Builder initDataList(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initEnumList
EnumList!(.TestEnum).Builder initEnumList(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initFloat32List
PrimitiveList!float.Builder initFloat32List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initFloat64List
PrimitiveList!double.Builder initFloat64List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initInt16List
PrimitiveList!short.Builder initInt16List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initInt32List
PrimitiveList!int.Builder initInt32List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initInt64List
PrimitiveList!long.Builder initInt64List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initInt8List
PrimitiveList!byte.Builder initInt8List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initInterfaceList
PrimitiveList!Void.Builder initInterfaceList(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initStructField
.TestAllTypes.Builder initStructField()
Undocumented in source. Be warned that the author may not have intended to support it.
initStructList
StructList!(.TestAllTypes).Builder initStructList(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initTextField
Text.Builder initTextField(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initTextList
TextList.Builder initTextList(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initUInt16List
PrimitiveList!ushort.Builder initUInt16List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initUInt32List
PrimitiveList!uint.Builder initUInt32List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initUInt64List
PrimitiveList!ulong.Builder initUInt64List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initUInt8List
PrimitiveList!ubyte.Builder initUInt8List(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
initVoidList
PrimitiveList!Void.Builder initVoidList(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
setBoolField
void setBoolField(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
setBoolList
void setBoolList(PrimitiveList!bool.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setDataField
void setDataField(Data.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setDataField
void setDataField(ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
setDataList
void setDataList(DataList.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setEnumField
void setEnumField(.TestEnum value)
Undocumented in source. Be warned that the author may not have intended to support it.
setEnumList
void setEnumList(EnumList!(.TestEnum).Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFloat32Field
void setFloat32Field(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFloat32List
void setFloat32List(PrimitiveList!float.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFloat64Field
void setFloat64Field(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFloat64List
void setFloat64List(PrimitiveList!double.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt16Field
void setInt16Field(short value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt16List
void setInt16List(PrimitiveList!short.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt32Field
void setInt32Field(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt32List
void setInt32List(PrimitiveList!int.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt64Field
void setInt64Field(long value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt64List
void setInt64List(PrimitiveList!long.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt8Field
void setInt8Field(byte value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt8List
void setInt8List(PrimitiveList!byte.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInterfaceField
void setInterfaceField()
Undocumented in source. Be warned that the author may not have intended to support it.
setInterfaceList
void setInterfaceList(PrimitiveList!Void.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setStructField
void setStructField(.TestAllTypes.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setStructList
void setStructList(StructList!(.TestAllTypes).Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextField
void setTextField(Text.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextField
void setTextField(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextList
void setTextList(TextList.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt16Field
void setUInt16Field(ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt16List
void setUInt16List(PrimitiveList!ushort.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt32Field
void setUInt32Field(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt32List
void setUInt32List(PrimitiveList!uint.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt64Field
void setUInt64Field(ulong value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt64List
void setUInt64List(PrimitiveList!ulong.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt8Field
void setUInt8Field(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
setUInt8List
void setUInt8List(PrimitiveList!ubyte.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
setVoidField
void setVoidField()
Undocumented in source. Be warned that the author may not have intended to support it.
setVoidList
void setVoidList(PrimitiveList!Void.Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

b
StructBuilder b;
Undocumented in source.

Meta