RakNet  4.0
Public Member Functions | List of all members
DataStructures::Hash< key_type, data_type, HASH_SIZE, hashFunction > Class Template Reference

Using a string as a identifier for a node, store an allocated pointer to that node. More...

#include <DS_Hash.h>

Public Member Functions

 Hash ()
 Default constructor.
 
void Clear (const char *file, unsigned int line)
 Clear the list.
 

Detailed Description

template<class key_type, class data_type, unsigned int HASH_SIZE, unsigned long(*)(const key_type &) hashFunction>
class DataStructures::Hash< key_type, data_type, HASH_SIZE, hashFunction >

Using a string as a identifier for a node, store an allocated pointer to that node.


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