Go to the documentation of this file.
6 #ifndef MALWARE_CLASSIFICATION_RESULTS_H
7 #define MALWARE_CLASSIFICATION_RESULTS_H
15 namespace dca_malware {
17 class malwareclassification_results_p;
The result item of a Malware classification.
DCA_SIZE_TYPE size() const
Returns the number of results in the container.
Results of a Malware classification.
MalwareClassificationResult at(DCA_INDEX_TYPE index) const
Returns one result of the matched results (if any) with the given index.
bool isCategorized() const
Returns whether or not the Malware matched one or more categories.
MalwareClassificationResult operator[](DCA_INDEX_TYPE index) const
Similar to at() but allows a more C++ style access.
size_t DCA_INDEX_TYPE
Type for index access (used for arrays and collections).
size_t DCA_SIZE_TYPE
Type for size (used for size of array and collections).
bool isUnknownMalware() const
Returns whether a Malware is known or unknown. A Malware is unknown if it is not contained in the dat...
#define PRIVATE_PTR
Type for private pointer implementations, for internal use only.