15 #ifndef __IPSDKBASEPROCESSING_BASEATTRIBUTERULE_H__ 16 #define __IPSDKBASEPROCESSING_BASEATTRIBUTERULE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKBaseProcessing/Rule/BaseRule.h> 57 bool hasSecondAttribute()
const;
107 #pragma warning (pop) 109 #endif // __IPSDKBASEPROCESSING_BASEATTRIBUTERULE_H__ static const eRuleType::domain g_ruleType
rule type associated to rule
Definition: BaseAttributeRule.h:37
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
eAttributeRuleType
enumerate describing rule on attributes operation type
Definition: AttributeRuleTypes.h:32
Base class for rules applied on attributes.
Definition: BaseAttributeRule.h:32
Rule associated to attributes.
Definition: RuleTypes.h:42
eRuleType getRuleType() const
retrieve rule type
Definition: BaseAttributeRule.h:96
Base class for processing attributes.
Definition: BaseAttribute.h:43
eRuleType
enumerate describing rule type
Definition: RuleTypes.h:40
Base class for processing attributes rules.
Definition: BaseRule.h:41
Predefined types for rules applied on attributes.
boost::weak_ptr< const BaseAttribute > AttributeConstWeakPtr
weak pointer to const attribute object
Definition: AttributeTypes.h:61