TestDefaults.Reader

Undocumented in source.
struct TestDefaults
static
struct Reader {}

Constructors

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

Members

Functions

getBoolField
bool getBoolField()
Undocumented in source. Be warned that the author may not have intended to support it.
getBoolList
PrimitiveList!bool.Reader getBoolList()
Undocumented in source. Be warned that the author may not have intended to support it.
getDataField
ubyte[] getDataField()
Undocumented in source. Be warned that the author may not have intended to support it.
getDataList
DataList.Reader 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).Reader 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.Reader 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.Reader 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.Reader 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.Reader 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.Reader 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.Reader 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.Reader getInterfaceList()
Undocumented in source. Be warned that the author may not have intended to support it.
getStructField
.TestAllTypes.Reader getStructField()
Undocumented in source. Be warned that the author may not have intended to support it.
getStructList
StructList!(.TestAllTypes).Reader getStructList()
Undocumented in source. Be warned that the author may not have intended to support it.
getTextField
string getTextField()
Undocumented in source. Be warned that the author may not have intended to support it.
getTextList
TextList.Reader 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.Reader 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.Reader 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.Reader 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.Reader 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.Reader 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.
hasStructField
bool hasStructField()
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.

Variables

b
StructReader b;
Undocumented in source.

Meta