Uniot Core
0.8.1
Loading...
Searching...
No Matches
uniot::Map< T_Key, T_Value > Member List

This is the complete list of members for uniot::Map< T_Key, T_Value >, including all inherited members.

begin() constIterableQueue< Pair< T_Key, T_Value > >
calcSize() constClearQueue< Pair< T_Key, T_Value > >
clean()ClearQueue< Pair< T_Key, T_Value > >
ClearQueue(ClearQueue const &)=deleteClearQueue< Pair< T_Key, T_Value > >
ClearQueue()ClearQueue< Pair< T_Key, T_Value > >
contains(const Pair< T_Key, T_Value > &value) constClearQueue< Pair< T_Key, T_Value > >
current() constIterableQueue< Pair< T_Key, T_Value > >
deleteCurrent()IterableQueue< Pair< T_Key, T_Value > >
exist(const T_Key &key) constuniot::Map< T_Key, T_Value >inline
find(const Pair< T_Key, T_Value > &value) constClearQueue< Pair< T_Key, T_Value > >
forEach(VoidCallback callback) constClearQueue< Pair< T_Key, T_Value > >
get(const T_Key &key, const T_Value &defaultValue={}) constuniot::Map< T_Key, T_Value >inline
hardPeek() constClearQueue< Pair< T_Key, T_Value > >
hardPop()ClearQueue< Pair< T_Key, T_Value > >
isEmpty() constClearQueue< Pair< T_Key, T_Value > >inline
isEnd() constIterableQueue< Pair< T_Key, T_Value > >
MapItem typedefuniot::Map< T_Key, T_Value >
mCurrentIterableQueue< Pair< T_Key, T_Value > >mutableprotected
mHeadClearQueue< Pair< T_Key, T_Value > >protected
mTailClearQueue< Pair< T_Key, T_Value > >protected
next() constIterableQueue< Pair< T_Key, T_Value > >
operator=(ClearQueue const &)=deleteClearQueue< Pair< T_Key, T_Value > >
peek(const Pair< T_Key, T_Value > &errorCode) constClearQueue< Pair< T_Key, T_Value > >
pnode typedefClearQueue< Pair< T_Key, T_Value > >protected
pop(const Pair< T_Key, T_Value > &errorCode)ClearQueue< Pair< T_Key, T_Value > >
push(const Pair< T_Key, T_Value > &value)ClearQueue< Pair< T_Key, T_Value > >
pushUnique(const Pair< T_Key, T_Value > &value)ClearQueue< Pair< T_Key, T_Value > >
put(const T_Key &key, const T_Value &value)uniot::Map< T_Key, T_Value >inline
remove(const T_Key &key)uniot::Map< T_Key, T_Value >inline
removeOne(const Pair< T_Key, T_Value > &value)ClearQueue< Pair< T_Key, T_Value > >
VoidCallback typedefClearQueue< Pair< T_Key, T_Value > >
~ClearQueue()ClearQueue< Pair< T_Key, T_Value > >virtual