Class SBCContainerHashMap::const_iterator#
ClassList > SBCContainerHashMap > const_iterator
Public Functions#
Type | Name |
---|---|
const_iterator () |
|
const_iterator (SBCContainerHashMapEntry< KeyType, ValueType > * e, unsigned int i, SBCContainerVector< SBCContainerHashMapEntry< KeyType, ValueType > * > * h) |
|
const_iterator (const const_iterator & i) |
|
const_iterator (const_iterator && i) |
|
bool | operator!= (const_iterator & i) |
bool | operator!= (const const_iterator & i) |
SBCContainerHashMapEntry< KeyType, ValueType > const & | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
SBCContainerHashMapEntry< KeyType, ValueType > const * | operator-> () const |
const_iterator & | operator= (const const_iterator & i) |
const_iterator & | operator= (const_iterator && i) |
bool | operator== (const_iterator & i) |
bool | operator== (const const_iterator & i) |
virtual | ~const_iterator () |
Public Functions Documentation#
function const_iterator [1/4]#
function const_iterator [2/4]#
inline SBCContainerHashMap::const_iterator::const_iterator (
SBCContainerHashMapEntry< KeyType, ValueType > * e,
unsigned int i,
SBCContainerVector < SBCContainerHashMapEntry< KeyType, ValueType > * > * h
)
function const_iterator [3/4]#
function const_iterator [4/4]#
function operator!=#
function operator!=#
function operator*#
inline SBCContainerHashMapEntry< KeyType, ValueType > const & SBCContainerHashMap::const_iterator::operator* () const
function operator++#
function operator++#
function operator--#
function operator--#
function operator->#
inline SBCContainerHashMapEntry< KeyType, ValueType > const * SBCContainerHashMap::const_iterator::operator-> () const