Hazelcast C++ Client
Hazelcast C++ Client Library
hazelcast::client::query::regex_predicate Class Reference
+ Inheritance diagram for hazelcast::client::query::regex_predicate:

Public Member Functions

 regex_predicate (hazelcast_client &client, const std::string &attribute, const std::string &expression)
 
- 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
 
- Protected Member Functions inherited from hazelcast::client::query::named_predicate
 named_predicate (hazelcast_client &client, const std::string &attribute_name)
 

Detailed Description

Definition at line 269 of file predicates.h.

Constructor & Destructor Documentation

◆ regex_predicate()

hazelcast::client::query::regex_predicate::regex_predicate ( hazelcast_client client,
const std::string &  attribute,
const std::string &  expression 
)
Parameters
attributeThe name of the attribute
expressionThe expression value to match

Definition at line 68 of file query.cpp.

71  : named_predicate(client, attribute)
72 {
73  out_stream.write(expression);
74 }

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