16 #ifndef HAZELCAST_CLIENT_QUERY_FALSEPREDICATE_H_
17 #define HAZELCAST_CLIENT_QUERY_FALSEPREDICATE_H_
19 #include "hazelcast/util/HazelcastDll.h"
20 #include "hazelcast/client/query/Predicate.h"
22 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
24 #pragma warning(disable: 4251) //for dll export
35 int getFactoryId()
const;
40 int getClassId()
const;
58 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Provides serialization methods for primitive types,a arrays of primitive types, Portable, IdentifiedDataSerializable and custom serializables.
Definition: ObjectDataOutput.h:51
Definition: FalsePredicate.h:30
This is a merker class for Predicate classes.
Definition: Predicate.h:36