Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
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 221 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 39 of file query.cpp.

41 : base_predicate(client)
42{
43 out_stream.write(java_class_name);
44}

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