GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Hash< HTYPE > Class Template Reference

#include <hash.H>

Collaboration diagram for Hash< HTYPE >:
Collaboration graph
[legend]

Public Member Functions

void hashSort (unsigned int size, int *data)
 

Private Member Functions

int hashFunction (int input, int min)
 

Private Attributes

Arrays< Array< HTYPE > > arrays
 

Detailed Description

template<class HTYPE>
class Hash< HTYPE >

Definition at line 36 of file hash.H.

Member Function Documentation

template<class HTYPE>
int Hash< HTYPE >::hashFunction ( int  input,
int  min 
)
inlineprivate

Definition at line 39 of file hash.H.

Here is the caller graph for this function:

template<class HTYPE>
void Hash< HTYPE >::hashSort ( unsigned int  size,
int data 
)
inline

Definition at line 44 of file hash.H.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

template<class HTYPE>
Arrays< Array<HTYPE> > Hash< HTYPE >::arrays
private

Definition at line 37 of file hash.H.


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