MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mySTL::vector< T > Class Template Reference

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: