ScummVM API documentation
ImStableVector< T, BLOCK_SIZE > Struct Template Reference

Public Member Functions

void clear ()
 
void resize (int new_size)
 
void reserve (int new_cap)
 
T & operator[] (int i)
 
const T & operator[] (int i) const
 
T * push_back (const T &v)
 

Public Attributes

int Size = 0
 
int Capacity = 0
 
ImVector< T * > Blocks
 

The documentation for this struct was generated from the following file: