16 #ifndef __IPSDKBASEPROCESSING_BASETLEAFCOLLSIZERULE_H__ 17 #define __IPSDKBASEPROCESSING_BASETLEAFCOLLSIZERULE_H__ 19 #include <IPSDKBaseProcessing/Rule/Attribute/DataItem/LeafColl/Size/BaseLeafCollSizeRule.h> 27 template <eValueComparisonRuleType::domain ValueComparisonRuleType>
33 static const eValueComparisonRuleType::domain g_valueComparisonRuleType = ValueComparisonRuleType;
54 virtual std::string getAttributeName()
const = 0;
57 virtual ipUInt32 getTargetSize()
const = 0;
60 virtual ipUInt32 getCollSize()
const = 0;
64 bool testRule()
const;
67 std::string createRuleFormalString()
const;
70 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
80 template <eValueComparisonRuleType::domain ValueComparisonRuleType>
84 return g_valueComparisonRuleType;
93 #endif // __IPSDKBASEPROCESSING_BASETLEAFCOLLSIZERULE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
eValueComparisonRuleType
enumerate describing value comparison rule operation type
Definition: RuleTypes.h:56
eValueComparisonRuleType getValueComparisonRuleType() const
retrieve value comparison rule operation type
Definition: BaseTLeafCollSizeRule.h:82
Base template class for rules on size of leaf collections of data item attributes.
Definition: BaseTLeafCollSizeRule.h:28
Base class for rules on size of leaf collections of data item attributes.
Definition: BaseLeafCollSizeRule.h:27
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53