Panda3D
Public Types | Public Member Functions | List of all members
pset< Key, Compare > Class Template Reference

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

#include "pset.h"

Inheritance diagram for pset< Key, Compare >:

Public Types

typedef pallocator_single< Key > allocator
 
typedef std::set< Key, Compare, allocatorbase_class
 

Public Member Functions

 pset (TypeHandle type_handle=pset_type_handle)
 
 pset (const Compare &comp, TypeHandle type_handle=pset_type_handle)
 

Detailed Description

template<class Key, class Compare = std::less<Key>>
class pset< Key, Compare >

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.

Definition at line 49 of file pset.h.


The documentation for this class was generated from the following file: