VMware GemFire Native C++ Reference  9.2.4
HashFunction.hpp File Reference

Go to the source code of this file.

Namespaces

 apache
 Each enum represents a predefined RegionAttributes in a {}.
 

Typedefs

typedef bool(* apache::geode::client::EqualTo) (const SharedBasePtr &, const SharedBasePtr &)
 typedef for the hashing key equality function. More...
 
typedef int32_t(* apache::geode::client::Hasher) (const SharedBasePtr &)
 typedef for the hash function used by the hashing schemes. More...
 

Typedef Documentation

◆ EqualTo

typedef bool(* apache::geode::client::EqualTo) (const SharedBasePtr &, const SharedBasePtr &)

typedef for the hashing key equality function.

◆ Hasher

typedef int32_t(* apache::geode::client::Hasher) (const SharedBasePtr &)

typedef for the hash function used by the hashing schemes.


Pivotal GemFire C++ Cache API Documentation