ObjectMap< K, V >::Entry Struct Reference

An entry in the ObjectMap. More...

#include <ObjectMap.h>

Collaboration diagram for ObjectMap< K, V >::Entry:
[legend]

Public Member Functions

 Entry (const K &key, V *value)
 
 ~Entry ()
 

Public Attributes

key
 
V * value = nullptr
 

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

◆ ~Entry()

template<typename K, typename V>
ObjectMap< K, V >::Entry::~Entry ( )
inline

Member Data Documentation

◆ key

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

◆ value

template<typename K, typename V>
V* ObjectMap< K, V >::Entry::value = nullptr

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