|
ROOT
ROOT project
|
Abstract Printer class. More...
#include <writer_def.hpp>


Public Member Functions | |
| PrinterBase ()=default | |
| Default constructor for the PrinterBase class. | |
| virtual | ~PrinterBase ()=default |
| Virtual destructor for the PrinterBase class. | |
| virtual void | write_values (const V &value)=0 |
| Pure virtual method to write a given value. | |
Abstract Printer class.
|
default |
Default constructor for the PrinterBase class.
|
virtualdefault |
Virtual destructor for the PrinterBase class.
|
pure virtual |
Pure virtual method to write a given value.
| value | The given value to be written. |
Implemented in PrinterCLI< V >, PrinterDAT< V >, and PrinterCSV< V >.