|
ROOT
ROOT project
|
The class to print out the values in the CLI. More...
#include <writer_def.hpp>


Public Member Functions | |
| PrinterCLI () | |
| Constructor for the PrinterCLI class - just prints out a string. | |
| void | write_values (const V &value) override |
| Method to actually print a given value in the output. | |
| void | write_values (const Eigen::Vector2d &value) |
Public Member Functions inherited from PrinterBase< V > | |
| PrinterBase ()=default | |
| Default constructor for the PrinterBase class. | |
| virtual | ~PrinterBase ()=default |
| Virtual destructor for the PrinterBase class. | |
The class to print out the values in the CLI.
| PrinterCLI< V >::PrinterCLI | ( | ) |
Constructor for the PrinterCLI class - just prints out a string.
| void PrinterCLI< Eigen::Vector2d >::write_values | ( | const Eigen::Vector2d & | value | ) |
|
overridevirtual |
Method to actually print a given value in the output.
| value | The given value to be printed |
Implements PrinterBase< V >.