Support Forum G3D Web Page |
The pairs returned by iterator.
More...
Public Member Functions | |
Entry () | |
Entry (const Key &k) | |
Entry (const Key &k, const Value &v) | |
bool | operator!= (const Entry &peer) const |
bool | operator== (const Entry &peer) const |
Public Attributes | |
Key | key |
Value | value |
The pairs returned by iterator.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Key G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::key |
Value G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::value |