#ifndef ROO_DIR_ITEM
#define ROO_DIR_ITEM
#include "Rtypes.h"
class TDirectory ;
class RooDirItem {
public:
RooDirItem() ;
RooDirItem(const RooDirItem& other) ;
virtual ~RooDirItem() ;
protected:
void appendToDir(TObject* obj, Bool_t forceMemoryResident=kFALSE) ;
void removeFromDir(TObject* obj) ;
TDirectory* _dir ;
ClassDef(RooDirItem,1)
};
#endif
Last change: Mon Aug 25 11:36:22 2008
Last generated: 2008-08-25 11:36
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.