16 #ifndef HAZELCAST_CLIENT_QUERY_REGEXPREDICATE_H_ 
   17 #define HAZELCAST_CLIENT_QUERY_REGEXPREDICATE_H_ 
   21 #include "hazelcast/util/HazelcastDll.h" 
   22 #include "hazelcast/client/query/Predicate.h" 
   24 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 
   26 #pragma warning(disable: 4251) //for dll export 
   43                 int getFactoryId() 
const;
 
   48                 int getClassId() 
const;
 
   62                 std::string attributeName;
 
   63                 std::string regularExpression;
 
   69 #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:49
This is a merker class for Predicate classes. 
Definition: Predicate.h:36
Definition: RegexPredicate.h:32