|
MoSync 3.2.1
|
Generic, dynamic stack container. A restricted subset of vector. More...
#include <MAUtil/Stack.h>
Public Member Functions | |
| void | clear () |
| const T & | peek () const |
| T & | peek () |
| void | pop () |
| void | push (const T &d) |
| int | size () const |
| bool | empty () const |
Generic, dynamic stack container. A restricted subset of vector.
| void MAUtil::Stack< T >::clear | ( | ) | [inline] |
References MAUtil::Vector< Type >::clear().
| const T& MAUtil::Stack< T >::peek | ( | ) | const [inline] |
References MAUtil::Vector< Type >::size().
| T& MAUtil::Stack< T >::peek | ( | ) | [inline] |
References MAUtil::Vector< Type >::size().
| void MAUtil::Stack< T >::pop | ( | ) | [inline] |
References MAUtil::Vector< Type >::resize(), and MAUtil::Vector< Type >::size().
| void MAUtil::Stack< T >::push | ( | const T & | d | ) | [inline] |
References MAUtil::Vector< Type >::add().
| int MAUtil::Stack< T >::size | ( | ) | const [inline] |
References MAUtil::Vector< Type >::size().
| bool MAUtil::Stack< T >::empty | ( | ) | const [inline] |
References MAUtil::Vector< Type >::size().