RootHandlers.cc
Go to the documentation of this file.
2 
3 namespace art {
4 
5  RootHandlers::RootHandlers() = default;
6  RootHandlers::~RootHandlers() = default;
7 
8  void
10  {
12  }
13  void
15  {
17  }
18 
19 } // namespace art
virtual ~RootHandlers()
void disableErrorHandler()
Definition: RootHandlers.cc:9
virtual void enableErrorHandler_()=0
void enableErrorHandler()
Definition: RootHandlers.cc:14
virtual void disableErrorHandler_()=0