Panda3D
|
This is our own Panda specialization on the default STL map. More...
#include "pmap.h"
Public Types | |
typedef pallocator_single< std::pair< const Key, Value > > | allocator |
typedef std::map< Key, Value, Compare, allocator > | base_class |
Public Member Functions | |
pmap (const Compare &comp, TypeHandle type_handle=pmap_type_handle) | |
pmap (TypeHandle type_handle=pmap_type_handle) | |
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.
typedef pallocator_single<std::pair<const Key, Value> > pmap< Key, Value, Compare >::allocator |
|
inline |
|
inline |