Functions | |
template<typename T , bool B> | |
void | trainerMonitoringRootClear (T *object, const boost::mpl::bool_< B > &) |
template<typename T > | |
void | trainerMonitoringRootClear (T *object, const boost::mpl::true_ &) |
void PhysicsTools::helper::trainerMonitoringRootClear | ( | T * | object, |
const boost::mpl::bool_< B > & | |||
) |
Definition at line 186 of file TrainerMonitoring.h.
Referenced by PhysicsTools::TrainerMonitoring::Module::reg().
{}
void PhysicsTools::helper::trainerMonitoringRootClear | ( | T * | object, |
const boost::mpl::true_ & | |||
) |
Definition at line 190 of file TrainerMonitoring.h.
{ object->SetDirectory(0); }