CACAO
|
Public Member Functions | |
NamedEntry () | |
NamedEntry (const Value &v) | |
![]() | |
s4 | variable () const |
s4 | constant () const |
bool | isUnknown () const |
void | addConstant (s4 constant) |
Adds a constant to this value. More... | |
void | subtractConstant (s4 constant) |
Subtracts a constant from this value. More... | |
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 NamedEntry &e) |
bool | operator== (Utf8String u) const |
bool | operator== (const Value &v) const |
Friends | |
template<typename T , typename A > | |
struct | HashTable |
Additional Inherited Members | |
![]() | |
static Value | newAddition (s4 variable, s4 constant) |
static Value | newUnknown () |
Definition at line 667 of file hashtable.hpp.
|
inline |
Definition at line 668 of file hashtable.hpp.
|
inline |
Definition at line 669 of file hashtable.hpp.
|
inlineprivate |
Interface to HashTable.
Definition at line 676 of file hashtable.hpp.
|
inlineprivate |
Definition at line 679 of file hashtable.hpp.
|
inlineprivate |
Definition at line 678 of file hashtable.hpp.
|
inlineprivate |
Definition at line 680 of file hashtable.hpp.
|
inlineprivate |
Definition at line 686 of file hashtable.hpp.
|
inlineprivate |
Definition at line 687 of file hashtable.hpp.
|
inlineprivate |
Definition at line 683 of file hashtable.hpp.
|
inlineprivate |
Definition at line 682 of file hashtable.hpp.
|
inlineprivate |
Definition at line 684 of file hashtable.hpp.
Definition at line 690 of file hashtable.hpp.