asmjit::ArenaVectorBase Class Reference [¶]

Base class used by ArenaVector template.
Base class used by ArenaVector template.
Creates a new instance of ArenaVectorBase
.
Tests whether the vector is empty.
Returns the vector size.
Returns the vector capacity.
Makes the vector empty (won't change the capacity or data pointer).
Resets the vector data and set its size
to zero.
Truncates the vector to at most n
items.
Sets size of the vector to n
. Used internally by some algorithms.
Vector data (untyped).
Size of the vector.
Capacity of the vector.