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