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_cell.html | 291 ++++++++++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 Doc/doxygen/html/class_dictionary_cell.html (limited to 'Doc/doxygen/html/class_dictionary_cell.html') diff --git a/Doc/doxygen/html/class_dictionary_cell.html b/Doc/doxygen/html/class_dictionary_cell.html new file mode 100644 index 0000000..ae6b76d --- /dev/null +++ b/Doc/doxygen/html/class_dictionary_cell.html @@ -0,0 +1,291 @@ + + + + + +Starshatter_Open: DictionaryCell< T > Class Template Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
DictionaryCell< T > Class Template Reference
+
+
+ +

#include <Dictionary.h>

+ +

List of all members.

+ + + + + +

+Public Member Functions

 DictionaryCell (const Text &k)
 DictionaryCell (const Text &k, const T &v)
 ~DictionaryCell ()
+ + + + +

+Public Attributes

Text key
value
DictionaryCell< T > * next
+

Detailed Description

+

template<class T>
+class DictionaryCell< T >

+ + +

Definition at line 85 of file Dictionary.h.

+

Constructor & Destructor Documentation

+ +
+
+
+template<class T>
+ + + + + +
+ + + + + + + + +
DictionaryCell< T >::DictionaryCell (const Textk)
+
+inline
+
+ +

Definition at line 88 of file Dictionary.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
DictionaryCell< T >::DictionaryCell (const Textk,
const T & v 
)
+
+inline
+
+ +

Definition at line 89 of file Dictionary.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + +
+ + + + + + + +
DictionaryCell< T >::~DictionaryCell ()
+
+inline
+
+ +

Definition at line 90 of file Dictionary.h.

+ +
+
+

Member Data Documentation

+ +
+
+
+template<class T>
+ + + + +
Text DictionaryCell< T >::key
+
+ +

Definition at line 92 of file Dictionary.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + +
DictionaryCell<T>* DictionaryCell< T >::next
+
+ +

Definition at line 94 of file Dictionary.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + +
T DictionaryCell< T >::value
+
+ +

Definition at line 93 of file Dictionary.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.1