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

Public Member Functions

 true_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 215 of file predicates.h.

Constructor & Destructor Documentation

◆ true_predicate()

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

Definition at line 76 of file query.cpp.

77 : base_predicate(client)
78{}

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