File Scanner 1.0.0
A high-performance C++ malicious file scanner.
|
Holds the final statistics of a completed scan operation. More...
#include <domain.h>
Public Attributes | |
std::uint64_t | total_files_processed = 0 |
std::uint64_t | malicious_files_detected = 0 |
std::uint64_t | errors = 0 |
std::chrono::milliseconds | execution_time {0} |
Holds the final statistics of a completed scan operation.
std::uint64_t scanner::ScanResult::errors = 0 |
std::chrono::milliseconds scanner::ScanResult::execution_time {0} |
std::uint64_t scanner::ScanResult::malicious_files_detected = 0 |
std::uint64_t scanner::ScanResult::total_files_processed = 0 |