#include <imgui.h>
Public Types | |
typedef const value_type * | const_iterator |
typedef value_type * | iterator |
typedef T | value_type |
Public Member Functions | |
int | _grow_capacity (int new_size) |
value_type & | back () |
const value_type & | back () const |
iterator | begin () |
const_iterator | begin () const |
int | capacity () const |
void | clear () |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
iterator | erase (const_iterator it) |
value_type & | front () |
const value_type & | front () const |
ImVector () | |
iterator | insert (const_iterator it, const value_type &v) |
value_type & | operator[] (int i) |
const value_type & | operator[] (int i) const |
void | pop_back () |
void | push_back (const value_type &v) |
void | reserve (int new_capacity) |
void | resize (int new_size) |
int | size () const |
void | swap (ImVector< T > &rhs) |
~ImVector () | |
Public Attributes | |
int | Capacity |
T * | Data |
int | Size |
typedef const value_type* ImVector< T >::const_iterator |
typedef value_type* ImVector< T >::iterator |
typedef T ImVector< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |