Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
JSONInterface.h File Reference
#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
Include dependency graph for JSONInterface.h:
This graph shows which files directly or indirectly include this file:

Classes

class  RooFit::Experimental::JSONNode::child_iterator_t< Nd >
 
class  RooFit::Experimental::JSONNode::children_view_t< Nd >
 
class  RooFit::Experimental::JSONNode::child_iterator_t< Nd >::Impl
 
class  RooFit::Experimental::JSONNode
 
class  JSONTree
 

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  RooFit::Experimental
 

Functions

std::ostream & operator<< (std::ostream &os, RooFit::Experimental::JSONNode const &s)
 
template<class T >
std::vector< T > & operator<< (std::vector< T > &v, RooFit::Experimental::JSONNode const &n)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream &  os,
RooFit::Experimental::JSONNode const &  s 
)

◆ operator<<() [2/2]

template<class T >
std::vector< T > & operator<< ( std::vector< T > &  v,
RooFit::Experimental::JSONNode const &  n 
)

Definition at line 135 of file JSONInterface.h.