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

Protected Member Functions

 named_predicate (hazelcast_client &client, const std::string &attribute_name)

Additional Inherited Members

Public Member Functions inherited from hazelcast::client::query::base_predicate
 base_predicate (hazelcast_client &client)
Public Attributes inherited from hazelcast::client::query::base_predicate
serialization::object_data_output out_stream

Detailed Description

Definition at line 51 of file predicates.h.

Constructor & Destructor Documentation

◆ named_predicate()

hazelcast::client::query::named_predicate::named_predicate ( hazelcast_client & client,
const std::string & attribute_name )
explicitprotected

Definition at line 32 of file query.cpp.

34 : base_predicate(client)
35{
36 out_stream.write(attribute_name);
37}

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