From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_dictionary_iter.html | 323 ---------------------------- 1 file changed, 323 deletions(-) delete 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 deleted file mode 100644 index cbeb0e6..0000000 --- a/Doc/doxygen/html/class_dictionary_iter.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -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