|
Ylva And Malin
|
#include <imgui.h>

Public Types | |
| typedef T | value_type |
| typedef value_type * | iterator |
| typedef const value_type * | const_iterator |
Public Member Functions | |
| ImVector () | |
| ~ImVector () | |
| ImVector (const ImVector< T > &src) | |
| ImVector & | operator= (const ImVector< T > &src) |
| 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< value_type > &rhs) |
| int | _grow_capacity (int sz) const |
| void | resize (int new_size) |
| void | resize (int new_size, const value_type &v) |
| void | reserve (int new_capacity) |
| void | push_back (const value_type &v) |
| void | pop_back () |
| void | push_front (const value_type &v) |
| iterator | erase (const_iterator it) |
| iterator | erase (const_iterator it, const_iterator it_last) |
| iterator | erase_unsorted (const_iterator it) |
| iterator | insert (const_iterator it, const value_type &v) |
| bool | contains (const value_type &v) const |
Data Fields | |
| int | Size |
| int | Capacity |
| T * | Data |
| 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 |
|
inline |

|
inline |

|
inline |



|
inline |

|
inline |

| T* ImVector< T >::Data |
1.8.11