Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

unordered_limitedmap< K, V, Hash > Member List

This is the complete list of members for unordered_limitedmap< K, V, Hash >, including all inherited members.

begin() constunordered_limitedmap< K, V, Hash >inline
const_iterator typedefunordered_limitedmap< K, V, Hash >
count(const key_type &k) constunordered_limitedmap< K, V, Hash >inline
empty() constunordered_limitedmap< K, V, Hash >inline
end() constunordered_limitedmap< K, V, Hash >inline
erase(const key_type &k)unordered_limitedmap< K, V, Hash >inline
find(const key_type &k) constunordered_limitedmap< K, V, Hash >inline
insert(const value_type &x)unordered_limitedmap< K, V, Hash >inline
insert_or_update(const value_type &x)unordered_limitedmap< K, V, Hash >inline
iterator typedefunordered_limitedmap< K, V, Hash >protected
key_type typedefunordered_limitedmap< K, V, Hash >
mapunordered_limitedmap< K, V, Hash >protected
mapped_type typedefunordered_limitedmap< K, V, Hash >
max_size() constunordered_limitedmap< K, V, Hash >inline
max_size(size_type nMaxSizeIn, size_type nPruneAfterSizeIn=0)unordered_limitedmap< K, V, Hash >inline
nMaxSizeunordered_limitedmap< K, V, Hash >protected
nPruneAfterSizeunordered_limitedmap< K, V, Hash >protected
prune()unordered_limitedmap< K, V, Hash >inline
size() constunordered_limitedmap< K, V, Hash >inline
size_type typedefunordered_limitedmap< K, V, Hash >
unordered_limitedmap(size_type nMaxSizeIn, size_type nPruneAfterSizeIn=0)unordered_limitedmap< K, V, Hash >inlineexplicit
update(const_iterator itIn, const mapped_type &v)unordered_limitedmap< K, V, Hash >inline
value_type typedefunordered_limitedmap< K, V, Hash >
Released under the MIT license