#include "SEvTaskState.h"

SEvTaskState


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

class SEvTaskState : public TObject

Inheritance Chart:
TObject
<-
SEvTaskState
    private:
void _init() public:
SEvTaskState() SEvTaskState(const SEvTaskState&) ~SEvTaskState() static TClass* Class() Int_t GetNAll() const Int_t GetNDone() const Int_t GetNFail() const Int_t GetNLeft() const Int_t GetNOK() const Int_t GetNProc() const Int_t GetNToDo() const Char_t GetState() const void IncNAll(Int_t dn) void IncNFail(Int_t dn) void IncNOK(Int_t dn) void IncNProc(Int_t dn) virtual TClass* IsA() const SEvTaskState& operator+=(const SEvTaskState& s) SEvTaskState& operator=(const SEvTaskState&) void Reinit(Int_t n) void SetNAll(Int_t nall) void SetNFail(Int_t nfail) void SetNOK(Int_t nok) void SetNProc(Int_t nproc) void SetState(Char_t state) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Char_t mState X{GS} Can be 'W'aiting, 'R'unning or 'F'inished Int_t mNAll X{GS} Int_t mNOK X{GS} Int_t mNFail X{GS} Int_t mNProc X{GS}

Class Description

 SEvTaskState



void _init()

void Reinit(Int_t n)



Inline Functions


                 void ~SEvTaskState()
         SEvTaskState SEvTaskState()
                 void IncNAll(Int_t dn)
                 void IncNOK(Int_t dn)
                 void IncNFail(Int_t dn)
                 void IncNProc(Int_t dn)
                Int_t GetNLeft() const
                Int_t GetNToDo() const
                Int_t GetNDone() const
        SEvTaskState& operator+=(const SEvTaskState& s)
               Char_t GetState() const
                 void SetState(Char_t state)
                Int_t GetNAll() const
                 void SetNAll(Int_t nall)
                Int_t GetNOK() const
                 void SetNOK(Int_t nok)
                Int_t GetNFail() const
                 void SetNFail(Int_t nfail)
                Int_t GetNProc() const
                 void SetNProc(Int_t nproc)
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
         SEvTaskState SEvTaskState(const SEvTaskState&)
        SEvTaskState& operator=(const SEvTaskState&)


Last update: Thu Jun 9 15:56:13 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.