Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
hazelcast::client::query::false_predicate Class Reference
Inheritance diagram for hazelcast::client::query::false_predicate:

Public Member Functions

 false_predicate (hazelcast_client &client)
Public Member Functions inherited from hazelcast::client::query::base_predicate
 base_predicate (hazelcast_client &client)

Additional Inherited Members

Public Attributes inherited from hazelcast::client::query::base_predicate
serialization::object_data_output out_stream

Detailed Description

Definition at line 209 of file predicates.h.

Constructor & Destructor Documentation

◆ false_predicate()

hazelcast::client::query::false_predicate::false_predicate ( hazelcast_client & client)

Definition at line 80 of file query.cpp.

81 : base_predicate(client)
82{}

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