CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
D Struct Reference
+ Inheritance diagram for D:

Public Member Functions

 D ()
 
 D (const D &d)
 
virtual char type () const
 
- Public Member Functions inherited from B
 B ()
 
 B (B const &b)
 
virtual char type () const
 

Detailed Description

Definition at line 17 of file excDblThrow.cc.

Constructor & Destructor Documentation

◆ D() [1/2]

D::D ( )
inline

Definition at line 19 of file excDblThrow.cc.

19{ cerr << "make D\n"; }

◆ D() [2/2]

D::D ( const D d)
inline

Definition at line 20 of file excDblThrow.cc.

20: B( d ) { cerr << "copy D\n"; }
B()
Definition: excDblThrow.cc:10

Member Function Documentation

◆ type()

virtual char D::type ( ) const
inlinevirtual

Reimplemented from B.

Definition at line 21 of file excDblThrow.cc.

21{ return 'D'; };

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