#include <mmap.h>
Inheritance diagram for MapPair::
Public Methods | |
MapPair () | |
~MapPair () | |
int | match (const Comparable &okey) const |
DumpContext& | operator>> (DumpContext &out) const |
void | check () const |
Public Attributes | |
const Comparable* | key |
Object* | value |
bool | isref |
Definition at line 44 of file mmap.h.
|
Checks the integrity of the object, throws check_failed exception if fails.
Reimplemented from Object. |
|
Serializes the object into a dump stream. You can use this to save objects into file. Reimplemented from Object. |