HROOT-0.7.1: csrc/HROOTTROOT.cpp
#include "HROOTTDirectory.h"
#include "HROOTTNamed.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TROOT.h"
#include "HROOTTROOT.h"
using namespace std;
template<class ToType, class FromType>
const ToType* to_const(const FromType* x) {
return reinterpret_cast<const ToType*>(x);
}
template<class ToType, class FromType>
ToType* to_nonconst(FromType* x) {
return reinterpret_cast<ToType*>(x);
}
ROOT_TDIRECTORY_DEFINITIONVIRT(TROOT)
ROOT_TNAMED_DEFINITIONVIRT(TROOT)
ROOT_TOBJECT_DEFINITIONVIRT(TROOT)
ROOT_DELETABLE_DEFINITIONVIRT(TROOT)
ROOT_TROOT_DEFINITIONVIRT(TROOT)
ROOT_TROOT_DEFINITIONNONVIRT(TROOT)
void dummyTROOT ( void )
{
}