Jolt Physics
A multi core friendly Game Physics Engine
|
Const iterator. More...
#include <HashTable.h>
Inherits HashTable< Key, KeyValue, HashTableDetail, Hash, KeyEqual >::IteratorBase< Table, Iterator >.
Public Types | |
using | reference = const typename Base::value_type & |
Properties. | |
using | pointer = const typename Base::value_type * |
Public Member Functions | |
const_iterator (const HashTable *inTable) | |
Constructors. | |
const_iterator (const HashTable *inTable, size_type inIndex) | |
const_iterator (const const_iterator &inRHS) | |
const_iterator (const iterator &inIterator) | |
const_iterator & | operator= (const iterator &inRHS) |
Assignment. | |
const_iterator & | operator= (const const_iterator &inRHS) |
Const iterator.
using HashTable< Key, KeyValue, HashTableDetail, Hash, KeyEqual >::const_iterator::pointer = const typename Base::value_type * |
using HashTable< Key, KeyValue, HashTableDetail, Hash, KeyEqual >::const_iterator::reference = const typename Base::value_type & |
Properties.
|
inlineexplicit |
Constructors.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Assignment.