#include <ConfigDumper.hpp>
Inheritance diagram for cafe::ConfigDumper:

Public Member Functions | |
| ConfigDumper (const char *name) | |
| void | begin () |
| Called at beginning of processing. | |
| void | finish () |
| Called at end of processing. | |
| ClassDef (ConfigDumper, 0) | |
Private Attributes | |
| std::string | _dumpName |
| bool | _dumpToScreen |
| bool | _dumpToROOTDir |
Configuration options:
Definition at line 27 of file ConfigDumper.hpp.
|
|
Definition at line 12 of file ConfigDumper.cpp. References _dumpName, _dumpToROOTDir, _dumpToScreen, cafe::Config::get(), and cafe::Processor::name(). |
|
|
Called at beginning of processing.
Reimplemented from cafe::Processor. Definition at line 24 of file ConfigDumper.cpp. References _dumpToScreen, cafe::Config::dumpConfig(), cafe::Processor::name(), and cafe::Processor::out(). |
|
||||||||||||
|
|
|
|
Called at end of processing.
Reimplemented from cafe::Processor. Definition at line 39 of file ConfigDumper.cpp. References _dumpName, _dumpToROOTDir, cafe::Config::dumpConfig(), cafe::Processor::err(), cafe::Processor::fullName(), cafe::Processor::getDirectory(), cafe::Processor::name(), and cafe::Processor::out(). |
|
|
Definition at line 33 of file ConfigDumper.hpp. Referenced by ConfigDumper(), and finish(). |
|
|
Definition at line 35 of file ConfigDumper.hpp. Referenced by ConfigDumper(), and finish(). |
|
|
Definition at line 34 of file ConfigDumper.hpp. Referenced by begin(), and ConfigDumper(). |
1.3.4