Torque2D Reference
Loading...
Searching...
No Matches
HashTable
Pair
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()
[1/2]
template<typename Key, typename Value>
Pair
(
)
inline
◆
Pair()
[2/2]
template<typename Key, typename Value>
Pair
(
Key
k
,
Value
v
)
inline
Member Data Documentation
◆
key
template<typename Key, typename Value>
Key key
◆
value
template<typename Key, typename Value>
Value value
The documentation for this struct was generated from the following file:
collection/
hashTable.h
Generated by
1.16.1