HROOT-0.7: csrc/HROOTTText.cpp
#include "HROOTTNamed.h"
#include "HROOTTAttText.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TText.h"
#include "HROOTTText.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(TText)
ROOT_TATTTEXT_DEFINITIONVIRT(TText)
ROOT_TOBJECT_DEFINITIONVIRT(TText)
ROOT_DELETABLE_DEFINITIONVIRT(TText)
ROOT_TTEXT_DEFINITIONVIRT(TText)
ROOT_TTEXT_DEFINITIONNONVIRT(TText)
void dummyTText ( void )
{
}