packages feed

HROOT-0.7: csrc/HROOTTFile.cpp

#include "HROOTTDirectoryFile.h"
#include "HROOTTDirectory.h"
#include "HROOTTNamed.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TFile.h"
#include "HROOTTFile.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_TDIRECTORYFILE_DEFINITIONVIRT(TFile)
ROOT_TDIRECTORY_DEFINITIONVIRT(TFile)
ROOT_TNAMED_DEFINITIONVIRT(TFile)
ROOT_TOBJECT_DEFINITIONVIRT(TFile)
ROOT_DELETABLE_DEFINITIONVIRT(TFile)

ROOT_TFILE_DEFINITIONVIRT(TFile)

ROOT_TFILE_DEFINITIONNONVIRT(TFile)

void dummyTFile ( void ) 
{
  
}