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::Detail::JSONNode::child_iterator_t< Nd >
 
class  RooFit::Detail::JSONNode::children_view_t< Nd >
 
class  RooFit::Detail::JSONNode::child_iterator_t< Nd >::Impl
 
class  RooFit::Detail::JSONNode
 
class  RooFit::Detail::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::Detail
 

Functions

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