![]() |
PIP 5.5.3
Platform-Independent Primitives
|
This is the complete list of members for PIMap< Key, T >, including all inherited members.
| at(const Key &key) const | PIMap< Key, T > | inline |
| begin() | PIMap< Key, T > | inline |
| clear() | PIMap< Key, T > | inline |
| contains(const Key &key) const | PIMap< Key, T > | inline |
| containsValue(const T &value) const | PIMap< 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) const | PIMap< Key, T > | inline |
| forEach(std::function< void(const Key &key, const T &value)> f) const | PIMap< 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() const | PIMap< Key, T > | inline |
| isNotEmpty() const | PIMap< Key, T > | inline |
| key(const T &value, const Key &default_=Key()) const | PIMap< Key, T > | inline |
| keys() const | PIMap< Key, T > | inline |
| length() const | PIMap< Key, T > | inline |
| map(std::function< PIPair< Key2, T2 >(const Key &key, const T &value)> f) const | PIMap< Key, T > | inline |
| map(std::function< ST(const Key &key, const T &value)> f) const | PIMap< Key, T > | inline |
| operator!=(const PIMap< Key, T > &m) const | PIMap< 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) const | PIMap< 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() const | PIMap< Key, T > | inline |
| size_s() const | PIMap< 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()) const | PIMap< Key, T > | inline |
| values() const | PIMap< Key, T > | inline |