dca_interface  6.3.4
ipr_classification_result.h
Go to the documentation of this file.
1 /* IBM Source Code */
2 /* (C) Copyright IBM Corp. 2009, 2012 */
3 /* Licensed Materials - Property of IBM */
4 /* US Government Users Restricted Rights - Use duplication or disclosure restricted by GSA Schedule Contract with IBM Corp. */
5 
6 #ifndef IPR_CLASSIFICATION_RESULT_H
7 #define IPR_CLASSIFICATION_RESULT_H
8 
16 namespace dca_ipr {
17 
28  int value;
29  };
30 
38  bool operator == (const IprClassificationResult& aIprClassificationResult, const IprClassificationResult& bIprClassificationResult );
39 
47  bool operator != (const IprClassificationResult& aIprClassificationResult, const IprClassificationResult& bIprClassificationResult );
48 
49 }
50 
51 #endif
DCA_CATEGORY_ID_TYPE categoryId
A IPR category id.
The result item of a IPR classification.
bool operator==(const IprClassificationResult &aIprClassificationResult, const IprClassificationResult &bIprClassificationResult)
Definition of the comparision operator as an external function.
bool operator!=(const IprClassificationResult &aIprClassificationResult, const IprClassificationResult &bIprClassificationResult)
Definition of the inequality operator as an external function.
int DCA_CATEGORY_ID_TYPE
Type for category ids.
Definition: base_types.h:31
int value
The value related to the given category.