#include <malware_classification_results.h>
Results of a Malware classification.
- See also
- MalwareDbClassifier, MalwareClassification
Definition at line 25 of file malware_classification_results.h.
◆ at()
Returns one result of the matched results (if any) with the given index.
- Parameters
-
[in] | index | The index of the MalwareClassificationResult. Range is from 0 to size() - 1 |
- Returns
- The result item for the given index in the container.
- Exceptions
-
ExDca | One of the following error codes (available by using ExDca::getReturnCode() in your catch-handler)
|
◆ operator[]()
Similar to at() but allows a more C++ style access.
- Parameters
-
[in] | index | The index of the MalwareClassificationResult. Range is from 0 to size() - 1 |
- Returns
- The result item for the given index in the container.
- Exceptions
-
ExDca | One of the following error codes (available by using ExDca::getReturnCode() in your catch-handler)
|
◆ size()
DCA_SIZE_TYPE dca_malware::MalwareClassificationResults::size |
( |
| ) |
const |
Returns the number of results in the container.
- Returns
- The size of the container or 0 if the container is empty.
The documentation for this class was generated from the following file: