AliPhysics  8773fe4 (8773fe4)
AliYAMLConfiguration.h File Reference
#include <yaml-cpp/yaml.h>
#include <string>
#include <vector>
#include <ostream>
#include <TObject.h>
#include <TString.h>
#include <AliLog.h>
Include dependency graph for AliYAMLConfiguration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  YAML::convert< TString >
 
class  Range< It >
 
class  PWG::Tools::AliYAMLConfiguration
 YAML configuration class for AliPhysics. More...
 

Namespaces

 YAML
 
 PWG
 Namespace for PWG framework classes.
 
 PWG::Tools
 

Functions

template<typename ORange , typename OIt = decltype(std::begin(std::declval<ORange>())), typename It = std::reverse_iterator<OIt>>
Range< It > reverse (ORange &&originalRange)
 
std::ostream & operator<< (std::ostream &in, const PWG::Tools::AliYAMLConfiguration &myTask)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  in,
const PWG::Tools::AliYAMLConfiguration myTask 
)

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
inoutput stream
myTaskTask which will be printed
Returns
Reference to the output stream

Definition at line 514 of file AliYAMLConfiguration.cxx.

Referenced by reverse().

template<typename ORange , typename OIt = decltype(std::begin(std::declval<ORange>())), typename It = std::reverse_iterator<OIt>>
Range<It> reverse ( ORange &&  originalRange)