![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/StaticStack.h>
Inheritance diagram for StaticStack< T, N >::Iter:Public Member Functions | |
| Iter (const StaticStack &s, int i=0) | |
| bool | ended (void) const |
| const T & | item (void) const |
| void | next (void) |
Public Member Functions inherited from PreIterator< Iter, T > | |
| bool | operator() () const |
| bool | operator! () const |
| T | operator* () const |
| T | operator-> () const |
| Iter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const Iter &i) const |
| bool | operator!= (const Iter &i) const |
Additional Inherited Members | |
Public Types inherited from PreIterator< Iter, T > | |
| typedef T | t |
| typedef T | return_t |
|
inline |
|
inline |