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> | |
FormatPdfTree & | operator<< (const T &arg) |
template<class T , typename std::enable_if< ! std::is_base_of< RooAbsArg, T >::value >::type * = nullptr> | |
FormatPdfTree & | operator<< (const T &arg) |
std::ostream & | stream () |
Private Attributes | |
std::ostringstream | _stream |
|
inline |
Definition at line 65 of file ValueChecking.h.
|
inline |
Definition at line 73 of file ValueChecking.h.
|
inline |
Definition at line 82 of file ValueChecking.h.
|
private |
Definition at line 87 of file ValueChecking.h.