#include <container.hh>
Public Member Functions | |
| Vector (int initSize, bool ownerOfObjects) | |
| ~Vector () | |
| void | put (T *newElement, int newPos=-1) |
| void | insert (T *newElement, int pos) |
| void | remove (int pos) |
| T * | get (int pos) |
| int | size () |
| void | clear () |
| void | sort () |
| lout::container::typed::Vector< T >::Vector | ( | int | initSize, | |
| bool | ownerOfObjects | |||
| ) | [inline] |
Referenced by lout::container::typed::Vector< Iterator >::Vector().
| lout::container::typed::Vector< T >::~Vector | ( | ) | [inline] |
| void lout::container::typed::Vector< T >::clear | ( | ) | [inline] |
| T* lout::container::typed::Vector< T >::get | ( | int | pos | ) | [inline] |
| void lout::container::typed::Vector< T >::insert | ( | T * | newElement, | |
| int | pos | |||
| ) | [inline] |
| void lout::container::typed::Vector< T >::put | ( | T * | newElement, | |
| int | newPos = -1 | |||
| ) | [inline] |
| void lout::container::typed::Vector< T >::remove | ( | int | pos | ) | [inline] |
| int lout::container::typed::Vector< T >::size | ( | ) | [inline] |
| void lout::container::typed::Vector< T >::sort | ( | ) | [inline] |
1.5.9