File Scanner 1.0.0
A high-performance C++ malicious file scanner.
Loading...
Searching...
No Matches
domain.h File Reference
#include <chrono>
#include <cstdint>
#include <iostream>
#include <string>
#include "scanner/visibility.h"
Include dependency graph for domain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  scanner::ScanResult
 Holds the final statistics of a completed scan operation. More...
 

Namespaces

namespace  scanner
 

Functions

SCANNER_API std::ostream & scanner::operator<< (std::ostream &os, const ScanResult &result)
 Overload for streaming a ScanResult to an output stream.