simulavr
1.1.0
|
#include <printable.h>
Public Member Functions | |
Printable (std::ostream &os) | |
virtual void | operator() ()=0 |
virtual | ~Printable () |
Protected Attributes | |
std::ostream & | out |
Definition at line 34 of file printable.h.
|
inline |
Definition at line 39 of file printable.h.
References operator()().
|
inlinevirtual |
Definition at line 41 of file printable.h.
References operator<<().
|
pure virtual |
Implemented in IrqStatistic.
Referenced by Printable().
|
protected |
Definition at line 36 of file printable.h.
Referenced by IrqStatistic::operator()().