Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
FormatPdfTree Class Reference

Definition at line 64 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 </home/sftnight/build/workspace/root-makedoc-v626/rootspi/rdoc/src/v6-26-00-patches/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 68 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 76 of file ValueChecking.h.

◆ stream()

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

Definition at line 85 of file ValueChecking.h.

Member Data Documentation

◆ _stream

std::ostringstream FormatPdfTree::_stream
private

Definition at line 90 of file ValueChecking.h.

  • roofit/roofitcore/src/ValueChecking.h