BrCreationID


class description - source file - inheritance tree

class BrCreationID : public TObject


    public:
BrCreationID BrCreationID(TObject* Creator) BrCreationID BrCreationID(BrCreationID&) BrCreationID BrCreationID() void ~BrCreationID() TClass* Class() virtual TClass* IsA() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
long fTime time when object was created TNamed* fCreatorClassName Class name of creating object Version_t fCreatorClassVersion Class version of creating object TInetAddress* fHost Host running creating process UInt_t fUserID User ID for creating process

Class Description

 BrCreationID is a bookkeeping class that stores some
 key information about the creation of a BrDataObject



BrCreationID()
 Default constructor. Does nothing.
 Don't use this constructor unless you have to and know
 what you are doing
 Use BrCreationID(TObject *Creator) instead.

BrCreationID(TObject *Creator)

~BrCreationID()
 Destructor. Delete BrCreationID



Inline Functions


             TClass* Class()
             TClass* IsA()
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
        BrCreationID BrCreationID(BrCreationID&)


ROOT page - Class index - 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.