#include <container.hh>
Public Member Functions | |
| Stack (bool ownerOfObjects) | |
| ~Stack () | |
| void | push (T *object) |
| void | pushUnder (T *object) |
| T * | getTop () |
| void | pop () |
| int | size () |
| lout::container::typed::Stack< T >::Stack | ( | bool | ownerOfObjects | ) | [inline] |
References lout::container::typed::Collection< T >::base.
| lout::container::typed::Stack< T >::~Stack | ( | ) | [inline] |
References lout::container::typed::Collection< T >::base.
| T* lout::container::typed::Stack< T >::getTop | ( | ) | [inline] |
References lout::container::typed::Collection< T >::base.
| void lout::container::typed::Stack< T >::pop | ( | ) | [inline] |
References lout::container::typed::Collection< T >::base.
| void lout::container::typed::Stack< T >::push | ( | T * | object | ) | [inline] |
References lout::container::typed::Collection< T >::base.
| void lout::container::typed::Stack< T >::pushUnder | ( | T * | object | ) | [inline] |
References lout::container::typed::Collection< T >::base.
| int lout::container::typed::Stack< T >::size | ( | ) | [inline] |
References lout::container::typed::Collection< T >::base.
1.5.9