Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DictionaryIter< T > Class Template Reference

#include <Dictionary.h>

List of all members.

Public Member Functions

 DictionaryIter (Dictionary< T > &l)
 ~DictionaryIter ()
int operator++ ()
void reset ()
void forth ()
Text key () const
value () const
void attach (Dictionary< T > &l)
Dictionary< T > & container ()

Detailed Description

template<class T>
class DictionaryIter< T >

Definition at line 60 of file Dictionary.h.


Constructor & Destructor Documentation

template<class T >
DictionaryIter< T >::DictionaryIter ( Dictionary< T > &  l)

Definition at line 182 of file Dictionary.inl.

template<class T >
DictionaryIter< T >::~DictionaryIter ( )

Definition at line 186 of file Dictionary.inl.


Member Function Documentation

template<class T >
void DictionaryIter< T >::attach ( Dictionary< T > &  l)

Definition at line 247 of file Dictionary.inl.

template<class T >
Dictionary< T > & DictionaryIter< T >::container ( )

Definition at line 256 of file Dictionary.inl.

template<class T >
void DictionaryIter< T >::forth ( )

Definition at line 225 of file Dictionary.inl.

template<class T >
Text DictionaryIter< T >::key ( ) const

Definition at line 201 of file Dictionary.inl.

template<class T >
int DictionaryIter< T >::operator++ ( )

Definition at line 215 of file Dictionary.inl.

template<class T >
void DictionaryIter< T >::reset ( )

Definition at line 192 of file Dictionary.inl.

template<class T >
T DictionaryIter< T >::value ( ) const

Definition at line 207 of file Dictionary.inl.


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