siplasplas
Public Types | Public Member Functions | Public Attributes | List of all members
ImVector< T > Class Template Reference

Public Types

typedef T value_type
 
typedef value_type * iterator
 
typedef const value_type * const_iterator
 

Public Member Functions

bool empty () const
 
int size () const
 
int capacity () const
 
value_type & operator[] (int i)
 
const value_type & operator[] (int i) const
 
void clear ()
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
value_type & front ()
 
const value_type & front () const
 
value_type & back ()
 
const value_type & back () const
 
void swap (ImVector< T > &rhs)
 
int _grow_capacity (int new_size)
 
void resize (int new_size)
 
void reserve (int new_capacity)
 
void push_back (const value_type &v)
 
void pop_back ()
 
iterator erase (const_iterator it)
 
iterator insert (const_iterator it, const value_type &v)
 

Public Attributes

int Size
 
int Capacity
 
T * Data
 

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