|
| resized_vector (size_t n) |
|
size_t | size () const |
|
T & | operator[] (size_t i) |
|
const T & | operator[] (size_t i) const |
|
void | push_back (T t) |
|
void | clear () |
|
void | resize (size_t new_size) |
|
const std::vector< T > * | as_std () const |
|
template<typename T>
class r_code::resized_vector< T >
Definition at line 137 of file resized_vector.h.
The documentation for this class was generated from the following file: