#include <yaml-cpp/yaml.h>
#include <string>
#include <vector>
#include <ostream>
#include <TObject.h>
#include <AliLog.h>
Go to the source code of this file.
Implementation of the output stream operator for AliYAMLConfiguration. Printing basic YAML configuration information provided by the function toString(). Note that since this is friend, it is defined outside the namespace.
- Parameters
-
in | output stream |
myTask | Task which will be printed |
- Returns
- Reference to the output stream
Definition at line 514 of file AliYAMLConfiguration.cxx.