![]() |
Jolt Physics
A multi core friendly Game Physics Engine
|
Non-const iterator. More...
#include <HashTable.h>
Public Types | |
| using | reference = typename Base::value_type & |
| Properties. | |
| using | pointer = typename Base::value_type * |
Public Member Functions | |
| iterator (HashTable *inTable) | |
| Constructors. | |
| iterator (HashTable *inTable, size_type inIndex) | |
| iterator (const iterator &inIterator) | |
| iterator & | operator= (const iterator &inRHS) |
| Assignment. | |
| KeyValue & | operator* () |
| Non-const access to key value pair. | |
| KeyValue * | operator-> () |
| Non-const access to key value pair. | |
Non-const iterator.
| using HashTable< Key, KeyValue, HashTableDetail, Hash, KeyEqual >::iterator::pointer = typename Base::value_type * |
| using HashTable< Key, KeyValue, HashTableDetail, Hash, KeyEqual >::iterator::reference = typename Base::value_type & |
Properties.
|
inlineexplicit |
Constructors.
|
inline |
|
inline |
|
inline |
Non-const access to key value pair.
|
inline |
Non-const access to key value pair.
|
inline |
Assignment.