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

Public Member Functions

 B ()
 
 B (B const &b)
 
virtual char type () const
 

Detailed Description

Definition at line 8 of file excDblThrow.cc.

Constructor & Destructor Documentation

◆ B() [1/2]

B::B ( )
inline

Definition at line 10 of file excDblThrow.cc.

10{ cerr << "make B\n"; }

◆ B() [2/2]

B::B ( B const &  b)
inline

Definition at line 11 of file excDblThrow.cc.

11{ cerr << "copy B\n"; }

Member Function Documentation

◆ type()

virtual char B::type ( ) const
inlinevirtual

Reimplemented in D.

Definition at line 12 of file excDblThrow.cc.

12{ return 'B'; };

Referenced by f().


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