A std::vector style container allowing query and removal operations only. More...
Public Types | |
| typedef std::vector< E > | container_type |
| typedef container_type::iterator | iterator |
| typedef container_type::const_iterator | const_iterator |
| typedef container_type::size_type | size_type |
| typedef container_type::reference | reference |
| typedef container_type::const_reference | const_reference |
Public Member Functions | |
| ShrinkableVector () | |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| reference | front () |
| const_reference | front () const |
| reference | back () |
| const_reference | back () const |
| iterator | erase (iterator pos) |
| iterator | erase (iterator first, iterator last) |
| void | pop_back () |
| bool | empty () const |
| void | clear () |
| size_type | size () const |
| reference | at (size_type pos) |
| const_reference | at (size_type pos) const |
| const_reference | operator[] (size_type i) const |
| reference | operator[] (size_type i) |
A std::vector style container allowing query and removal operations only.
| typedef container_type::const_iterator ShrinkableVector< E >::const_iterator |
| typedef container_type::const_reference ShrinkableVector< E >::const_reference |
| typedef std::vector<E> ShrinkableVector< E >::container_type |
| typedef container_type::iterator ShrinkableVector< E >::iterator |
| typedef container_type::reference ShrinkableVector< E >::reference |
| typedef container_type::size_type ShrinkableVector< E >::size_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |