- _grow_capacity
int _grow_capacity(int sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- capacity
int capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
tType* erase(tType* it, tType* it_last)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
tType* erase(tType* it)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase_unsorted
tType* erase_unsorted(tType* it)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
tType* insert(tType* it, tType* v)
Undocumented in source. Be warned that the author may not have intended to support it.
- max_size
int max_size()
Undocumented in source. Be warned that the author may not have intended to support it.
- pop_back
void pop_back()
Undocumented in source. Be warned that the author may not have intended to support it.
- push_back
void push_back(tType* v)
Undocumented in source. Be warned that the author may not have intended to support it.
- push_front
void push_front(tType* v)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(int new_capacity)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(int new_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(int new_size, tType* v)
Undocumented in source. Be warned that the author may not have intended to support it.
- shrink
void shrink(int new_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
- size_in_bytes
int size_in_bytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- swap
void swap(ImVector* rhs)
Undocumented in source. Be warned that the author may not have intended to support it.