Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
HashTable< Key, Value >::Pair Struct Reference

#include <hashTable.h>

Public Member Functions

 Pair ()
 
 Pair (Key k, Value v)
 

Public Attributes

Key key
 
Value value
 

Constructor & Destructor Documentation

Pair ( )
inline
Pair ( Key  k,
Value  v 
)
inline

Member Data Documentation

Key key
Value value

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