ROOT
ROOT project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PrinterCLI< V > Class Template Reference

The class to print out the values in the CLI. More...

#include <writer_def.hpp>

Inheritance diagram for PrinterCLI< V >:
Inheritance graph
Collaboration diagram for PrinterCLI< V >:
Collaboration graph

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.
 

Detailed Description

template<typename V>
class PrinterCLI< V >

The class to print out the values in the CLI.

Constructor & Destructor Documentation

◆ PrinterCLI()

template<typename V >
PrinterCLI< V >::PrinterCLI ( )

Constructor for the PrinterCLI class - just prints out a string.

Member Function Documentation

◆ write_values() [1/2]

void PrinterCLI< Eigen::Vector2d >::write_values ( const Eigen::Vector2d &  value)

◆ write_values() [2/2]

template<typename V >
void PrinterCLI< V >::write_values ( const V &  value)
overridevirtual

Method to actually print a given value in the output.

Parameters
valueThe given value to be printed

Implements PrinterBase< V >.


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