HROOT-0.7: csrc/HROOTTBranch.cpp
#include "HROOTTNamed.h"
#include "HROOTTAttFill.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TBranch.h"
#include "HROOTTBranch.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_TNAMED_DEFINITIONVIRT(TBranch)
ROOT_TATTFILL_DEFINITIONVIRT(TBranch)
ROOT_TOBJECT_DEFINITIONVIRT(TBranch)
ROOT_DELETABLE_DEFINITIONVIRT(TBranch)
ROOT_TBRANCH_DEFINITIONVIRT(TBranch)
ROOT_TBRANCH_DEFINITIONNONVIRT(TBranch)
void dummyTBranch ( void )
{
}