Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/TypedHandle.hpp>
Identity based hash functor which is compatible with both the SGI and MS style hash containers.
Public Member Functions |
|
| size32_t | operator() (const TypedHandle< RT > &h) const |
| Hash computation function for MS and SGI style hash containers. | |
| bool | operator() (const TypedHandle< RT > &h1, const TypedHandle< RT > &h2) const |
| Ordering function for MS style hash containers. | |
| size32_t operator() | ( | const TypedHandle< RT > & | h | ) | const [inline] |
Hash computation function for MS and SGI style hash containers.
| h | the handle to hash |
| bool operator() | ( | const TypedHandle< RT > & | h1, | |
| const TypedHandle< RT > & | h2 | |||
| ) | const [inline] |
Ordering function for MS style hash containers.
| h1 | the first handle to compare | |
| h2 | the second handle to compare |
The documentation for this class was generated from the following file: