Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/IdentityHashMap.hpp>
A Map::Entry where key equality is based on reference equality.
Public Types |
|
| typedef spec::Handle | Handle |
| Entry Handle definition. | |
| typedef spec::View | View |
| Entry View definition. | |
| typedef spec::Holder | Holder |
| Entry Holder definition. | |
Protected Member Functions |
|
| Entry (Object::View vKey, Object::Holder ohValue, size32_t nHash) | |
| Create a new Map::Entry. | |
| Entry (const Entry &that) | |
| Copy constructor. | |
| Entry (Entry::View vThat) | |
| Copy an Entry. | |
| virtual bool | isKeyEqual (Object::View vKey) const |
| Entry | ( | Object::View | vKey, | |
| Object::Holder | ohValue, | |||
| size32_t | nHash | |||
| ) | [protected] |
Create a new Map::Entry.
| vKey | the associated key | |
| ohValue | the associated value | |
| hHash | the associated hash code |
| Entry | ( | Entry::View | vThat | ) | [protected] |
Copy an Entry.
| vThat | the entry to copy |
The documentation for this class was generated from the following file: