Rosetta  3.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
basic::Reporter Class Reference

Proxy class to access Reporter class though OP. Allow null OP on init (all reporter function in this case do nothing) More...

#include <report.hh>

Public Member Functions

 Reporter (ReportOP report=basic::ReportOP())
 
template<typename T >
Reporteroperator<< (T const &v)
 
template<typename T >
void set (std::string const &key, T const &value)
 

Private Attributes

ReportOP report_
 

Detailed Description

Proxy class to access Reporter class though OP. Allow null OP on init (all reporter function in this case do nothing)

Constructor & Destructor Documentation

basic::Reporter::Reporter ( ReportOP  report = basic::ReportOP())
inline

References report_.

Member Function Documentation

template<typename T >
Reporter& basic::Reporter::operator<< ( T const &  v)
inline
template<typename T >
void basic::Reporter::set ( std::string const &  key,
T const &  value 
)
inline

References report_.

Member Data Documentation

ReportOP basic::Reporter::report_
private

Referenced by operator<<(), Reporter(), and set().


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