Public Types | |
typedef _T * | iterator |
typedef _T & | reference |
Public Member Functions | |
MyVector () | |
iterator | push_back (reference _R) |
void | clear () |
iterator | begin () |
iterator | end () |
Private Attributes | |
iterator | _begin |
iterator | _end |
iterator | _last |
Definition at line 40 of file ItemSorter.cpp.
Definition at line 43 of file ItemSorter.cpp.
Definition at line 44 of file ItemSorter.cpp.
Definition at line 52 of file ItemSorter.cpp.
References MyVector< _T >::_begin, MyVector< _T >::_end, and MyVector< _T >::_last.
void MyVector< _T >::clear | ( | ) | [inline] |
Definition at line 84 of file ItemSorter.cpp.
References MyVector< _T >::_begin, and MyVector< _T >::_end.
Definition at line 59 of file ItemSorter.cpp.
References MyVector< _T >::_begin, MyVector< _T >::_end, and MyVector< _T >::_last.
Definition at line 47 of file ItemSorter.cpp.
Referenced by MyVector< _T >::begin(), MyVector< _T >::clear(), MyVector< _T >::MyVector(), and MyVector< _T >::push_back().
Definition at line 48 of file ItemSorter.cpp.
Referenced by MyVector< _T >::clear(), MyVector< _T >::end(), MyVector< _T >::MyVector(), and MyVector< _T >::push_back().
Definition at line 49 of file ItemSorter.cpp.
Referenced by MyVector< _T >::MyVector(), and MyVector< _T >::push_back().