Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

pmap< Key, Value, Compare > Class Template Reference

This is our own Panda specialization on the default STL map. More...

#include <pmap.h>

List of all members.

Public Member Functions

 pmap ()
 pmap (const pmap< Key, Value, Compare > &copy)
 pmap (const Compare &comp)


Detailed Description

template<class Key, class Value, class Compare = less<Key>>
class pmap< Key, Value, Compare >

This is our own Panda specialization on the default STL map.

Its main purpose is to call the hooks for MemoryUsage to properly track STL-allocated memory.

Definition at line 51 of file pmap.h.


Constructor & Destructor Documentation

template<class Key, class Value, class Compare = less<Key>>
pmap< Key, Value, Compare >::pmap  )  [inline]
 

Definition at line 53 of file pmap.h.

template<class Key, class Value, class Compare = less<Key>>
pmap< Key, Value, Compare >::pmap const pmap< Key, Value, Compare > &  copy  )  [inline]
 

Definition at line 54 of file pmap.h.

template<class Key, class Value, class Compare = less<Key>>
pmap< Key, Value, Compare >::pmap const Compare &  comp  )  [inline]
 

Definition at line 55 of file pmap.h.

References pmultimap< Key, Value, Compare >::pmultimap().


The documentation for this class was generated from the following file:
Generated on Thu May 1 22:13:44 2003 for DTool by doxygen1.3