CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <RCBase.hh>
Public Member Functions | |
RCBase () | |
void | ref () const |
void | unref () const |
unsigned int | refCount () const |
Protected Member Functions | |
virtual | ~RCBase () |
void Genfun::RCBase::ref | ( | ) | const |
Definition at line 15 of file RCBase.cc.
Referenced by Genfun::RKIntegrator::RKFunction::RKFunction(), and Genfun::RKIntegrator::RKIntegrator().
unsigned int Genfun::RCBase::refCount | ( | ) | const |
void Genfun::RCBase::unref | ( | ) | const |
Definition at line 20 of file RCBase.cc.
Referenced by Genfun::RKIntegrator::RKFunction::~RKFunction(), and Genfun::RKIntegrator::~RKIntegrator().