Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooAbsReal::EvalErrorContext Class Reference

Context to temporarily change the error logging mode as long as the context is alive.

Definition at line 324 of file RooAbsReal.h.

Public Member Functions

 EvalErrorContext (ErrorLoggingMode m)
 
 EvalErrorContext (EvalErrorContext &&)=delete
 
 EvalErrorContext (EvalErrorContext const &)=delete
 
 ~EvalErrorContext ()
 
EvalErrorContextoperator= (EvalErrorContext &&)=delete
 
EvalErrorContextoperator= (EvalErrorContext const &)=delete
 

Private Attributes

ErrorLoggingMode _old
 

#include <RooAbsReal.h>

Constructor & Destructor Documentation

◆ EvalErrorContext() [1/3]

RooAbsReal::EvalErrorContext::EvalErrorContext ( ErrorLoggingMode  m)
inline

Definition at line 326 of file RooAbsReal.h.

◆ EvalErrorContext() [2/3]

RooAbsReal::EvalErrorContext::EvalErrorContext ( EvalErrorContext const &  )
delete

◆ EvalErrorContext() [3/3]

RooAbsReal::EvalErrorContext::EvalErrorContext ( EvalErrorContext &&  )
delete

◆ ~EvalErrorContext()

RooAbsReal::EvalErrorContext::~EvalErrorContext ( )
inline

Definition at line 333 of file RooAbsReal.h.

Member Function Documentation

◆ operator=() [1/2]

EvalErrorContext & RooAbsReal::EvalErrorContext::operator= ( EvalErrorContext &&  )
delete

◆ operator=() [2/2]

EvalErrorContext & RooAbsReal::EvalErrorContext::operator= ( EvalErrorContext const &  )
delete

Member Data Documentation

◆ _old

ErrorLoggingMode RooAbsReal::EvalErrorContext::_old
private

Definition at line 335 of file RooAbsReal.h.

Libraries for RooAbsReal::EvalErrorContext:

The documentation for this class was generated from the following file: