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

Public Member Functions

 instance_of_predicate (hazelcast_client &client, const std::string &java_class_name)
 
- 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 175 of file predicates.h.

Constructor & Destructor Documentation

◆ instance_of_predicate()

hazelcast::client::query::instance_of_predicate::instance_of_predicate ( hazelcast_client client,
const std::string &  java_class_name 
)
Parameters
javaClassNameThe name of the java class as identified by Class.get_name() in java.

Definition at line 50 of file query.cpp.

51  : base_predicate(client) {
52  out_stream.write(java_class_name);
53  }

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