valFuzz 1.2.0
Loading...
Searching...
No Matches
valfuzz::reporter_engine Class Reference

#include <reporter.hpp>

Public Member Functions

 reporter_engine ()=default
 
 ~reporter_engine ()=default
 
std::ostringstream report (struct report *rep, std::string id) const
 
void add_reporter (std::shared_ptr< reporter > in_reporter) noexcept
 
bool has (std::string id)
 

Detailed Description

This class stores and retrieves reporters

Definition at line 46 of file reporter.hpp.

Constructor & Destructor Documentation

◆ reporter_engine()

valfuzz::reporter_engine::reporter_engine ( )
default

◆ ~reporter_engine()

valfuzz::reporter_engine::~reporter_engine ( )
default

Member Function Documentation

◆ add_reporter()

void valfuzz::reporter_engine::add_reporter ( std::shared_ptr< reporter > in_reporter)
inlinenoexcept

Definition at line 60 of file reporter.hpp.

◆ has()

bool valfuzz::reporter_engine::has ( std::string id)
inline

Definition at line 65 of file reporter.hpp.

◆ report()

std::ostringstream valfuzz::reporter_engine::report ( struct report * rep,
std::string id ) const
inline

Definition at line 52 of file reporter.hpp.


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