Jolt Physics
A multi core friendly Game Physics Engine
|
Non-const iterator. More...
#include <LockFreeHashMap.h>
Public Member Functions | |
bool | operator== (const Iterator &inRHS) const |
Comparison. More... | |
bool | operator!= (const Iterator &inRHS) const |
KeyValue & | operator* () |
Convert to key value pair. More... | |
Iterator & | operator++ () |
Next item. More... | |
Public Attributes | |
MapType * | mMap |
uint32 | mBucket |
uint32 | mOffset |
Non-const iterator.
|
inline |
LockFreeHashMap< Key, Value >::KeyValue & LockFreeHashMap< Key, Value >::Iterator::operator* |
Convert to key value pair.
LockFreeHashMap< Key, Value >::Iterator & LockFreeHashMap< Key, Value >::Iterator::operator++ |
Next item.
|
inline |
Comparison.
uint32 LockFreeHashMap< Key, Value >::Iterator::mBucket |
MapType* LockFreeHashMap< Key, Value >::Iterator::mMap |
uint32 LockFreeHashMap< Key, Value >::Iterator::mOffset |