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