mace::_SerializeArray< Value >::iterator Class Reference

#include <CollectionSerializers.h>

Inherited by mace::array< T, size, Serial, Alloc >::v_iterator, and mace::list< T, Serial, Alloc >::v_iterator.

List of all members.


Detailed Description

template<typename Value>
class mace::_SerializeArray< Value >::iterator

SerializeArray must be able to iterate over elements for deserialization.

Definition at line 23 of file CollectionSerializers.h.


Public Member Functions

virtual bool isValid ()=0
 returns true if the iterator points to a valid element
virtual void next ()=0
 moves the iterator to the next element
virtual Value & getValue ()=0
 gets a mutable reference to the iterator element

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

Generated on Sat Oct 4 21:30:37 2008 for Mace Library by  doxygen 1.5.5