Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::StackAllocator::ChunkIter Class Reference

#include <elm/alloc/StackAllocator.h>

+ Inheritance diagram for elm::StackAllocator::ChunkIter:

Public Member Functions

 ChunkIter (const StackAllocator &a)
 
 ChunkIter (const ChunkIter &i)
 
ChunkIteroperator= (const ChunkIter &i)
 
bool ended (void) const
 
chunk_titem (void) const
 
void next (void)
 
- Public Member Functions inherited from elm::PreIterator< ChunkIter, chunk_t * >
 operator bool (void) const
 
 operator chunk_t * (void) const
 
ChunkIter & operator++ (void)
 
ChunkIter & operator++ (int)
 
chunk_t * operator* (void) const
 
chunk_t * operator-> (void) const
 

Constructor & Destructor Documentation

elm::StackAllocator::ChunkIter::ChunkIter ( const StackAllocator a)
elm::StackAllocator::ChunkIter::ChunkIter ( const ChunkIter i)

Member Function Documentation

bool elm::StackAllocator::ChunkIter::ended ( void  ) const
chunk_t* elm::StackAllocator::ChunkIter::item ( void  ) const
void elm::StackAllocator::ChunkIter::next ( void  )
ChunkIter& elm::StackAllocator::ChunkIter::operator= ( const ChunkIter i)

The documentation for this class was generated from the following file: