class TFErrMsg


  File:      TFError.cpp

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   11.07.03  first released version


Function Members (Methods)

public:
TFErrMsg()
TFErrMsg(const TFErrMsg&)
~TFErrMsg()
virtual voidAdd(TFErrMsg* errMsg)
static TClass*Class()
virtual TClass*IsA() const
TFErrMsg&operator=(const TFErrMsg&)
virtual TFErrMsg*Remove()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
TStringfFunctionfunction that creates this error message
TStringfMsgthe error message
TFErrMsg*fNextthe next message in a list of messages

Class Charts

Inheritance Chart:
TFErrMsg

Function documentation

void Add(TFErrMsg* errMsg)
 Adds one error message to the linked list
TFErrMsg * Remove()
 Removes and deletes this error message and returns the next message in
 the linked list
TFErrMsg(const TFErrMsg& )
{fNext = NULL;}
~TFErrMsg()
{delete fNext;}

Author: (GADC)
Last update: Fri Mar 14 13:55:15 2008

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.