packages feed

HROOT-0.7: csrc/HROOTTLegendEntry.cpp

#include "HROOTTObject.h"
#include "HROOTTAttText.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTTAttMarker.h"
#include "HROOTDeletable.h"
#include "TLegendEntry.h"
#include "HROOTTLegendEntry.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_TOBJECT_DEFINITIONVIRT(TLegendEntry)
ROOT_TATTTEXT_DEFINITIONVIRT(TLegendEntry)
ROOT_TATTLINE_DEFINITIONVIRT(TLegendEntry)
ROOT_TATTFILL_DEFINITIONVIRT(TLegendEntry)
ROOT_TATTMARKER_DEFINITIONVIRT(TLegendEntry)
ROOT_DELETABLE_DEFINITIONVIRT(TLegendEntry)

ROOT_TLEGENDENTRY_DEFINITIONVIRT(TLegendEntry)

ROOT_TLEGENDENTRY_DEFINITIONNONVIRT(TLegendEntry)

void dummyTLegendEntry ( void ) 
{
  
}