From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_dictionary_iter.html | 323 ++++++++++++++++++++++++++++ 1 file changed, 323 insertions(+) create mode 100644 Doc/doxygen/html/class_dictionary_iter.html (limited to 'Doc/doxygen/html/class_dictionary_iter.html') diff --git a/Doc/doxygen/html/class_dictionary_iter.html b/Doc/doxygen/html/class_dictionary_iter.html new file mode 100644 index 0000000..1f23a44 --- /dev/null +++ b/Doc/doxygen/html/class_dictionary_iter.html @@ -0,0 +1,323 @@ + + + + + +Starshatter_Open: DictionaryIter< T > Class Template Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
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: +
+
+ + + + -- cgit v1.1