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

Go to the source code of this file.

Namespaces

 apache
 Each enum represents a predefined RegionAttributes in a Cache.
 

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

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

typedef for the hashing key equality function.

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