#include <TStack2.h>
Definicja w linii 42 pliku TStack2.h.
Metody publiczne | |
T * | current () const |
iterator (Stack< T > &tl, bool) | |
iterator (const iterator &tl) | |
iterator (Stack< T > &tl) | |
T * | operator * () const |
operator bool () const | |
bool | operator!= (const iterator &) const |
bool | operator++ (int) |
bool | operator++ () |
T * | operator-> () const |
bool | operator== (const iterator &) const |
Atrybuty prywatne | |
int | index |
Stack & | itS |