packages feed

HROOT-0.7: csrc/HROOTTRint.cpp

#include "HROOTTApplication.h"
#include "HROOTTObject.h"
#include "HROOTTQObject.h"
#include "HROOTDeletable.h"
#include "TRint.h"
#include "HROOTTRint.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_TAPPLICATION_DEFINITIONVIRT(TRint)
ROOT_TOBJECT_DEFINITIONVIRT(TRint)
ROOT_TQOBJECT_DEFINITIONVIRT(TRint)
ROOT_DELETABLE_DEFINITIONVIRT(TRint)

ROOT_TRINT_DEFINITIONVIRT(TRint)

ROOT_TRINT_DEFINITIONNONVIRT(TRint)

void dummyTRint ( void ) 
{
  
}