Panda3D
Public Member Functions | Public Attributes | List of all members
SimpleKeyValuePair< Key, Value > Class Template Reference

Entry in the SimpleHashMap. More...

#include "simpleHashMap.h"

Public Member Functions

 SimpleKeyValuePair (const Key &key, const Value &data)
 
const Value & get_data () const
 
Value & modify_data ()
 
void set_data (const Value &data)
 
void set_data (Value &&data)
 

Public Attributes

Key _key
 

Detailed Description

template<class Key, class Value>
class SimpleKeyValuePair< Key, Value >

Entry in the SimpleHashMap.

Definition at line 25 of file simpleHashMap.h.


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