library: libHtml
#include "THtml.h"

THtml::TDocElement


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

class THtml::TDocElement : public TObject

Inheritance Chart:
TObject
<-
THtml::TDocElement

    public:
THtml::TDocElement TDocElement(const TString doc, const TString sourceLink, const TString docLink) THtml::TDocElement TDocElement(const THtml::TDocElement&) void ~TDocElement() void AddToDoc(const char* doc) static TClass* Class() const TString& GetDoc() const const TString& GetDocLink() const const TString& GetSourceLink() const virtual TClass* IsA() const THtml::TDocElement& operator=(const THtml::TDocElement&) THtml::TDocElement& SetDoc(const TString doc) THtml::TDocElement& SetDocLink(const TString docLink) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString fDoc documentation for the element TString fSourceLink link to source where this element is defined TString fDocLink link to documentation of this element

Class Description

                                                                        
 THtml                                                                  
                                                                        
 Html makes a documentation for all ROOT classes                        
 using Hypertext Markup Language 2.0                                    
                                                                        




Inline Functions


                       void ~TDocElement()
         THtml::TDocElement TDocElement(const TString doc, const TString sourceLink, const TString docLink)
             const TString& GetDoc() const
                       void AddToDoc(const char* doc)
             const TString& GetDocLink() const
             const TString& GetSourceLink() const
        THtml::TDocElement& SetDoc(const TString doc)
        THtml::TDocElement& SetDocLink(const TString docLink)
                    TClass* Class()
                    TClass* IsA() const
                       void ShowMembers(TMemberInspector& insp, char* parent)
                       void Streamer(TBuffer& b)
                       void StreamerNVirtual(TBuffer& b)
         THtml::TDocElement TDocElement(const THtml::TDocElement&)
        THtml::TDocElement& operator=(const THtml::TDocElement&)


Author: Nenad Buncic 18/10/95
Last update: root/html:$Name: $:$Id: THtml.h,v 1.12 2004/01/28 22:31:11 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.