Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 Text k)
inline

Definition at line 88 of file Dictionary.h.

template<class T>
DictionaryCell< T >::DictionaryCell ( const Text k,
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: