Printer which is just a combination of other printers.
More...
#include <Printer.hpp>
Public Member Functions | |
| void | operator() (std::string message, bool emph=false) override |
Public Attributes | |
| std::vector< std::shared_ptr< Printer > > | printers |
| list of printers—feel free to modify | |
Printer which is just a combination of other printers.
Anything you tell it to print will be forwarded to all of Compound_printer::printers
|
inlineoverridevirtual |
| message | what you want to print |
| emph | if true, some form of emphasis formatting will be used, if possible |
Implements hexed::Printer.