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

Public Member Functions

template<typename... PredicateTypes>
 or_predicate (hazelcast_client &client, const PredicateTypes &... values)
Public Member Functions inherited from hazelcast::client::query::multi_predicate
template<typename... Args>
 multi_predicate (hazelcast_client &client, const Args &... values)
template<typename... Args>
 multi_predicate (const std::string attribute_name, hazelcast_client &client, const Args &... values)
template<typename T>
 multi_predicate (const std::string attribute_name, hazelcast_client &client, const std::vector< T > &values)
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 319 of file predicates.h.

Constructor & Destructor Documentation

◆ or_predicate()

template<typename... PredicateTypes>
hazelcast::client::query::or_predicate::or_predicate ( hazelcast_client & client,
const PredicateTypes &... values )
inline

Definition at line 323 of file predicates.h.

324 : multi_predicate(client, values...)
325 {}

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