Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Member Functions | |
const K & | get_key (void) const |
const V & | get_value (void) const |
V & | get_value (void) |
void | set_value (const V &value) |
Friends | |
class | CoreHashTableIterator< K, V, C > |
This is a wrapper returned by the dereferencing operator of CoreHashTableIterator. This class is used to manipulate the hash table's elements when iterating over them using a range-for C++11 loop, but it should NEVER be persisted, stored, etc.
|
inline |
Get the key as an immutable reference.
|
inline |
Get the value as an immutable reference.
|
inline |
Get the value as a mutable reference.
|
inline |
Set the value.