PIP 5.5.3
Platform-Independent Primitives
PIMap< Key, T > Member List

This is the complete list of members for PIMap< Key, T >, including all inherited members.

at(const Key &key) constPIMap< Key, T >inline
begin()PIMap< Key, T >inline
clear()PIMap< Key, T >inline
contains(const Key &key) constPIMap< Key, T >inline
containsValue(const T &value) constPIMap< Key, T >inline
end()PIMap< Key, T >inline
erase(const Key &key)PIMap< Key, T >inline
filter(std::function< bool(const Key &key, const T &value)> test) constPIMap< Key, T >inline
forEach(std::function< void(const Key &key, const T &value)> f) constPIMap< Key, T >inline
insert(const Key &key, const T &value)PIMap< Key, T >inline
insert(const PIPair< Key, T > &pair)PIMap< Key, T >inline
isEmpty() constPIMap< Key, T >inline
isNotEmpty() constPIMap< Key, T >inline
key(const T &value, const Key &default_=Key()) constPIMap< Key, T >inline
keys() constPIMap< Key, T >inline
length() constPIMap< Key, T >inline
map(std::function< PIPair< Key2, T2 >(const Key &key, const T &value)> f) constPIMap< Key, T >inline
map(std::function< ST(const Key &key, const T &value)> f) constPIMap< Key, T >inline
operator!=(const PIMap< Key, T > &m) constPIMap< Key, T >inline
operator<<(const PIMap< Key, T > &other)PIMap< Key, T >inline
operator=(const PIMap< Key, T > &other)PIMap< Key, T >inline
operator=(PIMap< Key, T > &&other)PIMap< Key, T >inline
operator==(const PIMap< Key, T > &m) constPIMap< Key, T >inline
operator[](const Key &key)PIMap< Key, T >inline
PIMap()PIMap< Key, T >inline
PIMap(const PIMap< Key, T > &other)PIMap< Key, T >inline
PIMap(PIMap< Key, T > &&other)PIMap< Key, T >inline
PIMap(std::initializer_list< std::pair< Key, T > > init_list)PIMap< Key, T >inline
rbegin()PIMap< Key, T >inline
remove(const Key &key)PIMap< Key, T >inline
removeWhere(std::function< bool(const Key &key, const T &value)> test)PIMap< Key, T >inline
rend()PIMap< Key, T >inline
reserve(size_t new_size)PIMap< Key, T >inline
size() constPIMap< Key, T >inline
size_s() constPIMap< Key, T >inline
swap(PIMap< Key, T > &other)PIMap< Key, T >inline
take(const Key &key, const T &default_=T())PIMap< Key, T >inline
value(const Key &key, const T &default_=T()) constPIMap< Key, T >inline
values() constPIMap< Key, T >inline