Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
FormatPdfTree Class Reference

Definition at line 61 of file ValueChecking.h.

Public Member Functions

template<class T , typename std::enable_if< std::is_base_of< RooAbsArg, T >::value >::type * = nullptr>
FormatPdfTreeoperator<< (const T &arg)
 
template<class T , typename std::enable_if< ! std::is_base_of< RooAbsArg, T >::value >::type * = nullptr>
FormatPdfTreeoperator<< (const T &arg)
 
std::ostream & stream ()
 

Private Attributes

std::ostringstream _stream
 

#include </github/home/ROOT-CI/src/roofit/roofitcore/src/ValueChecking.h>

Member Function Documentation

◆ operator<<() [1/2]

template<class T , typename std::enable_if< std::is_base_of< RooAbsArg, T >::value >::type * = nullptr>
FormatPdfTree & FormatPdfTree::operator<< ( const T & arg)
inline

Definition at line 65 of file ValueChecking.h.

◆ operator<<() [2/2]

template<class T , typename std::enable_if< ! std::is_base_of< RooAbsArg, T >::value >::type * = nullptr>
FormatPdfTree & FormatPdfTree::operator<< ( const T & arg)
inline

Definition at line 73 of file ValueChecking.h.

◆ stream()

std::ostream & FormatPdfTree::stream ( )
inline

Definition at line 82 of file ValueChecking.h.

Member Data Documentation

◆ _stream

std::ostringstream FormatPdfTree::_stream
private

Definition at line 87 of file ValueChecking.h.

  • roofit/roofitcore/src/ValueChecking.h