#include <BClass.hh>
Definition at line 43 of file BClass.hh.
 
Definition at line 51 of file test10.cc.
   52     std::cout << 
"*** BClass is created..." << 
this 
 
 
 
Definition at line 55 of file test10.cc.
   56     std::cout << 
"*** BClass is deleted..." << 
this 
 
 
 
Definition at line 57 of file BClass.cc.
   60   std::cout << 
"%%% BClass:::AMethod is called." 
   61         << 
" (ival, dval)= (" << 
ival << 
"," << 
dval << 
")" 
 
 
 
  
  
      
        
          | int BClass::VMethod  | 
          ( | 
          const XBase *  | 
          abase | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
The documentation for this class was generated from the following files:
- source/geant4.10.03.p02/environments/g4py/tests/test02/module/BClass.hh
 
- source/geant4.10.03.p02/environments/g4py/tests/test10/module/test10.cc
 
- source/geant4.10.03.p02/environments/g4py/tests/test02/module/BClass.cc