CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
zmex::ZMexIgnoreNextN Class Reference

#include <ZMexHandler.h>

+ Inheritance diagram for zmex::ZMexIgnoreNextN:

Public Member Functions

 ZMexIgnoreNextN (int n)
 
virtual ZMexIgnoreNextNclone () const
 
virtual ZMexAction takeCareOf (const ZMexception &x)
 
- Public Member Functions inherited from zmex::ZMexHandlerBehavior
 ZMexHandlerBehavior (const std::string aname="ZMexHandlerBehavior")
 
virtual ~ZMexHandlerBehavior ()
 
virtual ZMexHandlerBehaviorclone () const
 
virtual std::string name () const
 
virtual ZMexAction takeCareOf (const ZMexception &)
 

Additional Inherited Members

- Protected Member Functions inherited from zmex::ZMexHandlerBehavior
ZMexAction standardHandling (const ZMexception &x, bool willThrow)
 

Detailed Description

Definition at line 177 of file ZMexHandler.h.

Constructor & Destructor Documentation

◆ ZMexIgnoreNextN()

zmex::ZMexIgnoreNextN::ZMexIgnoreNextN ( int  n)
inline

Definition at line 180 of file ZMexHandler.h.

180 :
181 ZMexHandlerBehavior( "ZMexIgnoreNextN" ),
182 countDown_( n )
183 { }
ZMexHandlerBehavior(const std::string aname="ZMexHandlerBehavior")
Definition: ZMexHandler.h:66

Member Function Documentation

◆ clone()

virtual ZMexIgnoreNextN * zmex::ZMexIgnoreNextN::clone ( ) const
virtual

Reimplemented from zmex::ZMexHandlerBehavior.

◆ takeCareOf()

virtual ZMexAction zmex::ZMexIgnoreNextN::takeCareOf ( const ZMexception x)
virtual

Reimplemented from zmex::ZMexHandlerBehavior.


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