NullMap Class Template Reference

#include <maps.h>

Inheritance diagram for NullMap:

Inheritance graph
[legend]
Collaboration diagram for NullMap:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename K, typename T>
class lemon::NullMap< K, T >

If you have to provide a map only for its type definitions, or if you have to provide a writable map, but data written to it will sent to /dev/null...

Definition at line 50 of file maps.h.

Public Member Functions

operator[] (const K &) const
 Gives back a default constructed element.
void set (const K &, const T &)
 Absorbs the value.


The documentation for this class was generated from the following file:
Generated on Thu Sep 30 12:18:38 2004 for LEMON by doxygen 1.3.8