| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
Place holder for exception handler. More...
#include <JFunctional.hh>
Public Member Functions | |
| JSupervisor () | |
| Default constructor.   | |
| JSupervisor (JExceptionHandler *handler) | |
| Constructor.   | |
| const JSupervisor & | operator() (JFunction &function) const | 
| Set exception handler of given functional object.   | |
Public Attributes | |
| friend | JFunction | 
Private Attributes | |
| std::shared_ptr< JExceptionHandler > | handler | 
Place holder for exception handler.
Definition at line 243 of file JFunctional.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 252 of file JFunctional.hh.
      
  | 
  inline | 
Constructor.
| handler | pointer to exception handler | 
Definition at line 262 of file JFunctional.hh.
      
  | 
  inline | 
Set exception handler of given functional object.
| function | function | 
Definition at line 273 of file JFunctional.hh.
| friend JTOOLS::JFunction< JArgument_t, JResult_t >::JSupervisor::JFunction | 
Definition at line 247 of file JFunctional.hh.
      
  | 
  private | 
Definition at line 281 of file JFunctional.hh.