|
typedef T | value_type |
|
typedef value_type * | iterator |
|
typedef const value_type * | const_iterator |
|
|
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) |
|
|
int | Size |
|
int | Capacity |
|
T * | Data |
|
The documentation for this class was generated from the following file:
- 3rdParty/imgui-sfml/imgui-sfml/imgui.h