#include <mmap.h>
Inheritance diagram for HashBucket::
Public Methods | |
HashBucket () | |
~HashBucket () | |
DumpContext& | operator>> (DumpContext &out) const |
void | check () const |
Public Attributes | |
MapPair | pair |
HashBucket* | next |
Definition at line 63 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. |