16 #ifndef __IPSDKBASEPROCESSING_BASETVALUECUSTOMPROPERTYRULE_H__ 17 #define __IPSDKBASEPROCESSING_BASETVALUECUSTOMPROPERTYRULE_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 24 #include <IPSDKBaseProcessing/Rule/Attribute/Value/ValueCustomProperty/BaseValueCustomPropertyRule.h> 25 #include <boost/function.hpp> 64 bool testRule()
const;
67 std::string createRuleFormalString()
const;
70 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
86 #endif // __IPSDKBASEPROCESSING_BASETVALUECUSTOMPROPERTYRULE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
T ValueType
underlying type associated to attribute
Definition: BaseTValueCustomPropertyRule.h:39
boost::function< BoolResult(const T &value)> CustomEvaluator
type associated to functions allowing to test attribute validity
Definition: BaseTValueCustomPropertyRule.h:45
Base class for value attributes.
Definition: BaseValueAttribute.h:33
Base class for rules allowing to check attributes value custom properties.
Definition: BaseValueCustomPropertyRule.h:27
Base template class for rules allowing to check attributes value custom properties.
Definition: BaseTValueCustomPropertyRule.h:34
BaseValueAttribute< T > BaseAttributeType
base attribute type associated to rule
Definition: BaseTValueCustomPropertyRule.h:42
boost::weak_ptr< const BaseAttribute > AttributeConstWeakPtr
weak pointer to const attribute object
Definition: AttributeTypes.h:61
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53