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

Public Member Functions

template<typename T>
 not_predicate (hazelcast_client &client, const T &predicate)
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 328 of file predicates.h.

Constructor & Destructor Documentation

◆ not_predicate()

template<typename T>
hazelcast::client::query::not_predicate::not_predicate ( hazelcast_client & client,
const T & predicate )
inline

Definition at line 332 of file predicates.h.

333 : base_predicate(client)
334 {
335 out_stream.write_object(predicate);
336 }

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