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

Public Member Functions

 NotPredicate (std::auto_ptr< Predicate > predicate)
 
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.
 

Constructor & Destructor Documentation

hazelcast::client::query::NotPredicate::NotPredicate ( std::auto_ptr< Predicate predicate)
Template Parameters
predicateThe predicate to be negated

Member Function Documentation

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

Defines how this class will be read.

Parameters
readerObjectDataInput

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

void hazelcast::client::query::NotPredicate::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: