Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
LockFreeHashMap< Key, Value >::KeyValue Class Reference

A key / value pair that is inserted in the map. More...

#include <LockFreeHashMap.h>

Public Member Functions

const Key & GetKey () const
Value & GetValue ()
const Value & GetValue () const

Friends

template<class K, class V>
class LockFreeHashMap

Detailed Description

template<class Key, class Value>
class LockFreeHashMap< Key, Value >::KeyValue

A key / value pair that is inserted in the map.

Member Function Documentation

◆ GetKey()

template<class Key, class Value>
const Key & LockFreeHashMap< Key, Value >::KeyValue::GetKey ( ) const
inline

◆ GetValue() [1/2]

template<class Key, class Value>
Value & LockFreeHashMap< Key, Value >::KeyValue::GetValue ( )
inline

◆ GetValue() [2/2]

template<class Key, class Value>
const Value & LockFreeHashMap< Key, Value >::KeyValue::GetValue ( ) const
inline

◆ LockFreeHashMap

template<class Key, class Value>
template<class K, class V>
friend class LockFreeHashMap
friend

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