packages feed

HROOT-0.7: csrc/HROOTTArrayI.cpp

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

ROOT_TARRAYI_DEFINITIONVIRT(TArrayI)

ROOT_TARRAYI_DEFINITIONNONVIRT(TArrayI)

void dummyTArrayI ( void ) 
{
  
}