ListBuilder

Undocumented in source.

Constructors

this
this(SegmentBuilder* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount)
Undocumented in source.

Members

Functions

_getBooleanElement
bool _getBooleanElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getByteElement
byte _getByteElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getDoubleElement
double _getDoubleElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getFloatElement
float _getFloatElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getIntElement
int _getIntElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getLongElement
long _getLongElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getPointerElement
T.Builder _getPointerElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getShortElement
short _getShortElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getStructElement
T.Builder _getStructElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_initPointerElement
T.Builder _initPointerElement(size_t index, int elementCount)
Undocumented in source. Be warned that the author may not have intended to support it.
_setBooleanElement
void _setBooleanElement(size_t index, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
_setByteElement
void _setByteElement(size_t index, byte value)
Undocumented in source. Be warned that the author may not have intended to support it.
_setDoubleElement
void _setDoubleElement(size_t index, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
_setFloatElement
void _setFloatElement(size_t index, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
_setIntElement
void _setIntElement(size_t index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
_setLongElement
void _setLongElement(size_t index, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
_setPointerElement
void _setPointerElement(size_t index, Reader value)
Undocumented in source. Be warned that the author may not have intended to support it.
_setShortElement
void _setShortElement(size_t index, short value)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

elementCount
int elementCount;
Undocumented in source.
ptr
int ptr;
Undocumented in source.
segment
SegmentBuilder* segment;
Undocumented in source.
step
int step;
Undocumented in source.
structDataSize
int structDataSize;
Undocumented in source.
structPointerCount
short structPointerCount;
Undocumented in source.

Meta