Main Page   Class Hierarchy   Compound List   File List   Compound Members  

MapPair Class Reference

A key-value pair in GenHash and thus in Map; (internal). More...

#include <mmap.h>

Inheritance diagram for MapPair::

Object List of all members.

Public Methods

 MapPair ()
 ~MapPair ()
int match (const Comparable &okey) const
DumpContext& operator>> (DumpContext &out) const
void check () const

Public Attributes

const Comparablekey
Objectvalue
bool isref

Detailed Description

A key-value pair in GenHash and thus in Map; (internal).

Definition at line 44 of file mmap.h.


Member Function Documentation

void check ( ) const [virtual]
 

Checks the integrity of the object, throws check_failed exception if fails.

Reimplemented from Object.

DumpContext& operator>> ( DumpContext & out ) const [virtual]
 

Serializes the object into a dump stream.

You can use this to save objects into file.

Reimplemented from Object.


The documentation for this class was generated from the following file:
Generated at Tue Dec 4 19:53:30 2001 for MagiC++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001