Starshatter_Open
Open source Starshatter engine
|
#include <Dictionary.h>
Public Member Functions | |
DictionaryIter (Dictionary< T > &l) | |
~DictionaryIter () | |
int | operator++ () |
void | reset () |
void | forth () |
Text | key () const |
T | value () const |
void | attach (Dictionary< T > &l) |
Dictionary< T > & | container () |
Definition at line 60 of file Dictionary.h.
DictionaryIter< T >::DictionaryIter | ( | Dictionary< T > & | l | ) |
Definition at line 182 of file Dictionary.inl.
DictionaryIter< T >::~DictionaryIter | ( | ) |
Definition at line 186 of file Dictionary.inl.
void DictionaryIter< T >::attach | ( | Dictionary< T > & | l | ) |
Definition at line 247 of file Dictionary.inl.
Dictionary< T > & DictionaryIter< T >::container | ( | ) |
Definition at line 256 of file Dictionary.inl.
void DictionaryIter< T >::forth | ( | ) |
Definition at line 225 of file Dictionary.inl.
Text DictionaryIter< T >::key | ( | ) | const |
Definition at line 201 of file Dictionary.inl.
int DictionaryIter< T >::operator++ | ( | ) |
Definition at line 215 of file Dictionary.inl.
void DictionaryIter< T >::reset | ( | ) |
Definition at line 192 of file Dictionary.inl.
T DictionaryIter< T >::value | ( | ) | const |
Definition at line 207 of file Dictionary.inl.