CACAO
|
Public Member Functions | |
NameValuePair () | |
NameValuePair (Utf8String name, Value v) | |
Utf8String | name () const |
Value & | value () |
const Value & | value () const |
Private Member Functions | |
size_t | hash () const |
Interface to HashTable. More... | |
bool | is_empty () const |
bool | is_deleted () const |
bool | is_occupied () const |
void | set_empty () |
void | set_deleted () |
void | set_occupied (const NameValuePair &n) |
bool | operator== (Utf8String u) const |
bool | operator== (const NameValuePair &n) const |
Private Attributes | |
Utf8String | _name |
Value | _value |
Friends | |
template<typename T , typename A > | |
struct | HashTable |
Definition at line 583 of file hashtable.hpp.
|
inline |
Definition at line 584 of file hashtable.hpp.
|
inline |
Definition at line 585 of file hashtable.hpp.
|
inlineprivate |
Interface to HashTable.
Definition at line 596 of file hashtable.hpp.
|
inlineprivate |
Definition at line 599 of file hashtable.hpp.
|
inlineprivate |
Definition at line 598 of file hashtable.hpp.
|
inlineprivate |
Definition at line 600 of file hashtable.hpp.
|
inline |
Definition at line 587 of file hashtable.hpp.
|
inlineprivate |
Definition at line 606 of file hashtable.hpp.
|
inlineprivate |
Definition at line 607 of file hashtable.hpp.
|
inlineprivate |
Definition at line 603 of file hashtable.hpp.
|
inlineprivate |
Definition at line 602 of file hashtable.hpp.
|
inlineprivate |
Definition at line 604 of file hashtable.hpp.
|
inline |
Definition at line 588 of file hashtable.hpp.
|
inline |
Definition at line 589 of file hashtable.hpp.
Definition at line 610 of file hashtable.hpp.
|
private |
Definition at line 591 of file hashtable.hpp.
|
private |
Definition at line 592 of file hashtable.hpp.