Public Types |
typedef T * | iterator |
typedef const T * | const_iterator |
Public Member Functions |
| vector (size_t n) |
| vector (const vector &other) |
size_t | capacity () const |
size_t | size () const |
T & | operator[] (size_t idx) |
const T & | operator[] (size_t idx) const |
const T * | begin () const |
const T * | end () const |
void | push_back (const T &v) |
void | resize (size_t n, const T &v) |
void | reserve (size_t n) |
void | Swap (vector &that) |
Detailed Description
template<typename T>
class mySTL::vector< T >
Definition at line 64 of file vector.hpp.
The documentation for this class was generated from the following file: