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

#include <Dictionary.h>

+ +

List of all members.

+ + + + + + + + + + + + +

+Public Member Functions

 Dictionary ()
 ~Dictionary ()
T & operator[] (const Text &key)
void insert (const Text &key, const T &val)
void remove (const Text &key)
void clear ()
int size () const
int isEmpty () const
int contains (const Text &key) const
find (const Text &key, T defval) const
+ + +

+Friends

class DictionaryIter< T >
+

Detailed Description

+

template<class T>
+class Dictionary< T >

+ + +

Definition at line 28 of file Dictionary.h.

+

Constructor & Destructor Documentation

+ +
+
+
+template<class T >
+ + + + + + + +
Dictionary< T >::Dictionary ()
+
+ +

Definition at line 25 of file Dictionary.inl.

+ +
+
+ +
+
+
+template<class T >
+ + + + + + + +
Dictionary< T >::~Dictionary ()
+
+ +

Definition at line 29 of file Dictionary.inl.

+ +
+
+

Member Function Documentation

+ +
+
+
+template<class T >
+ + + + + + + +
void Dictionary< T >::clear ()
+
+ +

Definition at line 42 of file Dictionary.inl.

+ +
+
+ +
+
+
+template<class T >
+ + + + + + + + +
int Dictionary< T >::contains (const Textkey) const
+
+ +

Definition at line 145 of file Dictionary.inl.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + + + + + + + + + + + +
T Dictionary< T >::find (const Textkey,
defval 
) const
+
+ +

Definition at line 164 of file Dictionary.inl.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + + + + + + + + + + + +
void Dictionary< T >::insert (const Textkey,
const T & val 
)
+
+ +

Definition at line 102 of file Dictionary.inl.

+ +
+
+ +
+
+
+template<class T>
+ + + + + +
+ + + + + + + +
int Dictionary< T >::isEmpty () const
+
+inline
+
+ +

Definition at line 42 of file Dictionary.h.

+ +
+
+ +
+
+
+template<class T >
+ + + + + + + + +
T & Dictionary< T >::operator[] (const Textkey)
+
+ +

Definition at line 60 of file Dictionary.inl.

+ +
+
+ +
+
+
+template<class T >
+ + + + + + + + +
void Dictionary< T >::remove (const Textkey)
+
+ +

Definition at line 111 of file Dictionary.inl.

+ +
+
+ +
+
+
+template<class T>
+ + + + + +
+ + + + + + + +
int Dictionary< T >::size () const
+
+inline
+
+ +

Definition at line 41 of file Dictionary.h.

+ +
+
+

Friends And Related Function Documentation

+ +
+
+
+template<class T>
+ + + + + +
+ + + + +
friend class DictionaryIter< T >
+
+friend
+
+ +

Definition at line 55 of file Dictionary.h.

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