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

Public Member Functions

 base_predicate (hazelcast_client &client)

Public Attributes

serialization::object_data_output out_stream

Detailed Description

Definition at line 44 of file predicates.h.

Constructor & Destructor Documentation

◆ base_predicate()

hazelcast::client::query::base_predicate::base_predicate ( hazelcast_client & client)
explicit

Definition at line 26 of file query.cpp.

27 : out_stream(spi::ClientContext(client)
28 .get_serialization_service()
29 .new_output_stream())
30{}

Member Data Documentation

◆ out_stream

serialization::object_data_output hazelcast::client::query::base_predicate::out_stream

Definition at line 48 of file predicates.h.


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