#include <coherence/lang/TypedHandle.hpp>
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 |