HROOT-0.7: csrc/HROOTTObjArray.cpp
#include "HROOTTSeqCollection.h"
#include "HROOTTCollection.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TObjArray.h"
#include "HROOTTObjArray.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(TObjArray)
ROOT_TCOLLECTION_DEFINITIONVIRT(TObjArray)
ROOT_TOBJECT_DEFINITIONVIRT(TObjArray)
ROOT_DELETABLE_DEFINITIONVIRT(TObjArray)
ROOT_TOBJARRAY_DEFINITIONVIRT(TObjArray)
ROOT_TOBJARRAY_DEFINITIONNONVIRT(TObjArray)
void dummyTObjArray ( void )
{
}