#include "Forest.h"

Forest


class description - source file - inheritance tree (.pdf)

class Forest : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
Forest

    public:
Forest() Forest(Saturn* s) Forest(Text_t* name, Text_t* title = "0") Forest(Saturn* s, Text_t* name, Text_t* title = "0") Forest(const Forest&) ~Forest() static TClass* Class() void Init() virtual TClass* IsA() const Forest& operator=(const Forest&) void SetSaturn(Saturn* s) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
ZList mDanglers Saturn* mSaturn !

Class Description


Forest()

Forest(Saturn *s) : mSaturn(s)

Forest(Text_t* name, Text_t* title) : TNamed(name,title)

Forest(Saturn* s, Text_t* name, Text_t* title) : TNamed(name,title), mSaturn(s)

void Init()



Inline Functions


               void ~Forest()
               void SetSaturn(Saturn* s)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
             Forest Forest(const Forest&)
            Forest& operator=(const Forest&)


Last update: Thu Jun 9 15:56:32 2005


ROOT page - Home 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.