HROOT-0.7: csrc/HROOTTArrayL64.cpp
#include "HROOTTArray.h"
#include "HROOTDeletable.h"
#include "TArrayL64.h"
#include "HROOTTArrayL64.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_TARRAY_DEFINITIONVIRT(TArrayL64)
ROOT_DELETABLE_DEFINITIONVIRT(TArrayL64)
ROOT_TARRAYL64_DEFINITIONVIRT(TArrayL64)
ROOT_TARRAYL64_DEFINITIONNONVIRT(TArrayL64)
void dummyTArrayL64 ( void )
{
}