mace::_SerializeSet< Value >::const_iterator Class Reference

#include <CollectionSerializers.h>

Inherited by mace::hash_set< Key, Serial, HashFcn, EqualKey, Alloc >::v_const_iterator, and mace::set< Key, Serial, LessFcn, Alloc >::v_const_iterator.

List of all members.


Detailed Description

template<typename Value>
class mace::_SerializeSet< Value >::const_iterator

set serialization only requires const iteration, for serializing all the elements

Definition at line 185 of file CollectionSerializers.h.


Public Member Functions

virtual bool isValid ()=0
 whether the iterator points to a valid element.
virtual void next ()=0
 advance the iterator
virtual const Value & getValue ()=0
 return a const reference to the 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