1 #include "ToyBoxND280.hxx" 5 ToyBoxND280::ToyBoxND280():
ToyBoxB(){
15 if (!_ResetCheckDone){
17 std::cerr <<
"ERROR in ToyBoxND280::Reset(). Either this mandatory method is not implemented " 18 <<
"by the derived class '" <<
typeid(*this).name() <<
"' " 19 <<
"or ToyBoxND280::Reset() is called from the Reset method of the derived class. " 20 <<
"Please correct any of these bugs. " << std::endl;
virtual void Reset()
This method should be implemented by the derived class. If so it does nothing here.
virtual void ResetBase()
Reset this base class.