File Scanner 1.0.0
A high-performance C++ malicious file scanner.
Loading...
Searching...
No Matches
scanner::ScanResult Struct Reference

Holds the final statistics of a completed scan operation. More...

#include <domain.h>

Collaboration diagram for scanner::ScanResult:
Collaboration graph

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}
 

Detailed Description

Holds the final statistics of a completed scan operation.

Member Data Documentation

◆ errors

std::uint64_t scanner::ScanResult::errors = 0

◆ execution_time

std::chrono::milliseconds scanner::ScanResult::execution_time {0}

◆ malicious_files_detected

std::uint64_t scanner::ScanResult::malicious_files_detected = 0

◆ total_files_processed

std::uint64_t scanner::ScanResult::total_files_processed = 0

The documentation for this struct was generated from the following file: