library: libHtml #include "THtml.h" |
THtml::TDocElement
class description - source file - inheritance tree (.pdf)
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)
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
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.13 2005/09/04 10:47:08 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.