packages feed

HROOT-0.7: csrc/HROOTTArrayL.cpp

#include "HROOTTArray.h"
#include "HROOTDeletable.h"
#include "TArrayL.h"
#include "HROOTTArrayL.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(TArrayL)
ROOT_DELETABLE_DEFINITIONVIRT(TArrayL)

ROOT_TARRAYL_DEFINITIONVIRT(TArrayL)

ROOT_TARRAYL_DEFINITIONNONVIRT(TArrayL)

void dummyTArrayL ( void ) 
{
  
}