Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::query::InvalidComparator< K, V > Class Template Reference
+ Inheritance diagram for hazelcast::client::query::InvalidComparator< K, V >:

Public Member Functions

int compare (const std::pair< const K *, const V * > &lhs, const std::pair< const K *, const V * > &rhs) const
 
int getFactoryId () const
 
int getClassId () const
 
void writeData (serialization::ObjectDataOutput &writer) const
 Defines how this class will be written. More...
 
void readData (serialization::ObjectDataInput &reader)
 Defines how this class will be read. More...
 
- Public Member Functions inherited from hazelcast::client::serialization::IdentifiedDataSerializable
virtual ~IdentifiedDataSerializable ()
 Destructor.
 

Member Function Documentation

template<typename K , typename V >
int hazelcast::client::query::InvalidComparator< K, V >::getClassId ( ) const
inlinevirtual
template<typename K , typename V >
int hazelcast::client::query::InvalidComparator< K, V >::getFactoryId ( ) const
inlinevirtual
template<typename K , typename V >
void hazelcast::client::query::InvalidComparator< K, V >::readData ( serialization::ObjectDataInput reader)
inlinevirtual

Defines how this class will be read.

Parameters
readerObjectDataInput

Implements hazelcast::client::serialization::IdentifiedDataSerializable.

template<typename K , typename V >
void hazelcast::client::query::InvalidComparator< K, V >::writeData ( serialization::ObjectDataOutput writer) const
inlinevirtual

Defines how this class will be written.

Parameters
writerObjectDataOutput

Implements hazelcast::client::serialization::IdentifiedDataSerializable.


The documentation for this class was generated from the following file: