ObjectMap< K, V >::Entry Struct Reference

An entry in the ObjectMap. More...

#include <ObjectMap.h>

Collaboration diagram for ObjectMap< K, V >::Entry:

Public Member Functions

 Entry (const K &key, V *value)
 

Public Attributes

key
 
std::unique_ptr< V > value
 

Detailed Description

template<typename K, typename V>
struct ObjectMap< K, V >::Entry

An entry in the ObjectMap.

Constructor & Destructor Documentation

◆ Entry()

template<typename K , typename V >
ObjectMap< K, V >::Entry::Entry ( const K &  key,
V *  value 
)
inline

Member Data Documentation

◆ key

template<typename K , typename V >
K ObjectMap< K, V >::Entry::key

◆ value

template<typename K , typename V >
std::unique_ptr<V> ObjectMap< K, V >::Entry::value

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