HROOT-0.7: csrc/HROOTTAxis.cpp
#include "HROOTTNamed.h"
#include "HROOTTAttAxis.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TAxis.h"
#include "HROOTTAxis.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(TAxis)
ROOT_TATTAXIS_DEFINITIONVIRT(TAxis)
ROOT_TOBJECT_DEFINITIONVIRT(TAxis)
ROOT_DELETABLE_DEFINITIONVIRT(TAxis)
ROOT_TAXIS_DEFINITIONVIRT(TAxis)
ROOT_TAXIS_DEFINITIONNONVIRT(TAxis)
void dummyTAxis ( void )
{
}