|
valFuzz 1.2.0
|
#include <iostream>#include <memory>#include <optional>#include <sstream>#include <vector>Go to the source code of this file.
Data Structures | |
| struct | valfuzz::report |
| class | valfuzz::reporter |
| class | valfuzz::reporter_engine |
| class | valfuzz::default_reporter |
| class | valfuzz::csv_reporter |
| class | valfuzz::none_reporter |
Namespaces | |
| namespace | valfuzz |
Macros | |
| #define | ADD_REPORTER(in_rep) |
Functions | |
| std::string & | valfuzz::get_reporter () |
| void | valfuzz::set_reporter (std::string rep) |
Variables | |
| reporter_engine | valfuzz::reporter_eg |
| #define ADD_REPORTER | ( | in_rep | ) |
Definition at line 84 of file reporter.hpp.