#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
ROOT page - Class index - Class Hierarchy - Top of the page
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.