Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::query::FalsePredicate Class Reference
+ Inheritance diagram for hazelcast::client::query::FalsePredicate:

Public Member Functions

int getFactoryId () const
 
int getClassId () const
 
void writeData (serialization::ObjectDataOutput &out) const
 Defines how this class will be written. More...
 
void readData (serialization::ObjectDataInput &in)
 Defines how this class will be read. More...
 
- Public Member Functions inherited from hazelcast::client::serialization::IdentifiedDataSerializable
virtual ~IdentifiedDataSerializable ()
 Destructor.
 

Member Function Documentation

int hazelcast::client::query::FalsePredicate::getClassId ( ) const
virtual
int hazelcast::client::query::FalsePredicate::getFactoryId ( ) const
virtual
void hazelcast::client::query::FalsePredicate::readData ( serialization::ObjectDataInput in)
virtual

Defines how this class will be read.

Parameters
readerObjectDataInput

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

void hazelcast::client::query::FalsePredicate::writeData ( serialization::ObjectDataOutput out) const
virtual

Defines how this class will be written.

Parameters
writerObjectDataOutput

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


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