doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
idHashTable< Type >::hashnode_s Struct Reference

Public Member Functions

 hashnode_s (const idStr &k, Type v, hashnode_s *n)
 
 hashnode_s (const char *k, Type v, hashnode_s *n)
 

Public Attributes

idStr key
 
Type value
 
hashnode_snext
 

Detailed Description

template<class Type>
struct idHashTable< Type >::hashnode_s

Definition at line 68 of file HashTable.h.

Constructor & Destructor Documentation

template<class Type>
idHashTable< Type >::hashnode_s::hashnode_s ( const idStr k,
Type  v,
hashnode_s n 
)
inline

Definition at line 73 of file HashTable.h.

template<class Type>
idHashTable< Type >::hashnode_s::hashnode_s ( const char *  k,
Type  v,
hashnode_s n 
)
inline

Definition at line 74 of file HashTable.h.

Member Data Documentation

template<class Type>
idStr idHashTable< Type >::hashnode_s::key

Definition at line 69 of file HashTable.h.

template<class Type>
hashnode_s* idHashTable< Type >::hashnode_s::next

Definition at line 71 of file HashTable.h.

template<class Type>
Type idHashTable< Type >::hashnode_s::value

Definition at line 70 of file HashTable.h.


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