This is our own Panda specialization on the default STL multiset. More...
#include "pset.h"
Public Types | |
typedef pallocator_single< Key > | allocator |
Public Member Functions | |
pmultiset (TypeHandle type_handle=pset_type_handle) | |
pmultiset (const Compare &comp, TypeHandle type_handle=pset_type_handle) | |
This is our own Panda specialization on the default STL multiset.
Its main purpose is to call the hooks for MemoryUsage to properly track STL- allocated memory.