gem5  v22.1.0.0
Public Member Functions | List of all members
gem5::minor::ReportIF Class Referenceabstract

Interface class for data with reporting/tracing facilities. More...

#include <buffers.hh>

Public Member Functions

virtual void reportData (std::ostream &os) const =0
 Print the data in a format suitable to be the value in "name=value" trace lines. More...
 
virtual ~ReportIF ()
 

Detailed Description

Interface class for data with reporting/tracing facilities.

This interface doesn't actually have to be used as other classes which need this interface uses templating rather than inheritance but it's provided here to document the interface needed by those classes.

Definition at line 70 of file buffers.hh.

Constructor & Destructor Documentation

◆ ~ReportIF()

virtual gem5::minor::ReportIF::~ReportIF ( )
inlinevirtual

Definition at line 77 of file buffers.hh.

Member Function Documentation

◆ reportData()

virtual void gem5::minor::ReportIF::reportData ( std::ostream &  os) const
pure virtual

Print the data in a format suitable to be the value in "name=value" trace lines.


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

Generated on Wed Dec 21 2022 10:24:16 for gem5 by doxygen 1.9.1