ObjectMap.h File Reference
#include "WVector.h"
#include <memory>
Include dependency graph for ObjectMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ObjectMap< K, V >
 Implementation of a HashMap for owned objects, i.e. anything created with new(). More...
 
class  ObjectMap< K, V >::Value
 Class to provide safe access to mapped value. More...
 
struct  ObjectMap< K, V >::Entry
 An entry in the ObjectMap. More...