|
JX Application Framework
|
#include <JStrValue.h>
Public Member Functions | |
| JStrValue () | |
| JStrValue (const JString *k, const V &v) | |
| JHashValue | Hash () const |
Public Attributes | |
| const JString * | key |
| V | value |
A convenient struct for use with the most common type of JHashTable, one with string keys. JHashTable< JStrValue<V> > is a hash table with a string key and an arbitrary value.
|
inline |
|
inline |
|
inline |
| V JStrValue< V >::value |