DictionaryNode< Type > Struct Template Reference

#include <Dictionary.h>

List of all members.


Detailed Description

template<typename Type>
struct DictionaryNode< Type >

A dicionary linked-list node.

Public Member Functions

 DictionaryNode (const char *givenKey, Type givenData)
 ~DictionaryNode ()

Public Attributes

Type data
 The data object.
char * key
 The original non-hashed key.
DictionaryNode< Type > * next
 The pointer to the next node.

Constructor & Destructor Documentation

template<typename Type>
DictionaryNode< Type >::DictionaryNode ( const char *  givenKey,
Type  givenData 
) [inline]

template<typename Type>
DictionaryNode< Type >::~DictionaryNode (  )  [inline]


Member Data Documentation

template<typename Type>
Type DictionaryNode< Type >::data

The data object.

template<typename Type>
char* DictionaryNode< Type >::key

The original non-hashed key.

template<typename Type>
DictionaryNode<Type>* DictionaryNode< Type >::next

The pointer to the next node.


The documentation for this struct was generated from the following file:

Generated on Sun Feb 21 00:00:09 2010 for Penn State Robotics Club: Mini Grand Challenge 2010 by  doxygen 1.5.5