15#ifndef ERS_FORMATTED_STANDARD_STREAM_H
16#define ERS_FORMATTED_STANDARD_STREAM_H
35template <
class Device>
54 void report( std::ostream & out,
const Issue & issue );
56 struct Fields :
public std::map< std::string, format::Token > {
60 static std::string
get_file_name(
const std::string & param );
61 static std::string
get_format(
const std::string & param );
Base class for any user define issue.
ERS abstract output stream interface.