packages feed

HROOT-0.7: csrc/HROOTTList.cpp

#include "HROOTTSeqCollection.h"
#include "HROOTTCollection.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TList.h"
#include "HROOTTList.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_TSEQCOLLECTION_DEFINITIONVIRT(TList)
ROOT_TCOLLECTION_DEFINITIONVIRT(TList)
ROOT_TOBJECT_DEFINITIONVIRT(TList)
ROOT_DELETABLE_DEFINITIONVIRT(TList)

ROOT_TLIST_DEFINITIONVIRT(TList)

ROOT_TLIST_DEFINITIONNONVIRT(TList)

void dummyTList ( void ) 
{
  
}