GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4MsgList.h>
Public Member Functions | |
TGo4MsgList () | |
current id stored in the string | |
TGo4MsgList (const char *name, const char *title, Int_t limit=1000) | |
virtual | ~TGo4MsgList () |
void | AddMsg (const char *msg) |
ClassDefOverride (TGo4MsgList, 1) | |
Int_t | GetCounter () const |
Int_t | GetLimit () const |
TList * | Select (Int_t max=0, Long64_t id=0) |
void | SetLimit (Int_t limit) |
Protected Attributes | |
Long64_t | fCounter {0} |
Int_t | fLimit {0} |
TList | fMsgs |
TList | fSelect |
TObjString | fStrCounter |
temporary list used for selection | |
Definition at line 21 of file TGo4MsgList.h.
TGo4MsgList::TGo4MsgList | ( | ) |
current id stored in the string
Definition at line 18 of file TGo4MsgList.cxx.
References fCounter, fLimit, fMsgs, fSelect, and fStrCounter.
Referenced by ClassDefOverride().
TGo4MsgList::TGo4MsgList | ( | const char * | name, |
const char * | title, | ||
Int_t | limit = 1000 ) |
Definition at line 28 of file TGo4MsgList.cxx.
References fCounter, fLimit, fMsgs, fSelect, and fStrCounter.
|
virtual |
Definition at line 45 of file TGo4MsgList.cxx.
References fMsgs.
void TGo4MsgList::AddMsg | ( | const char * | msg | ) |
Definition at line 50 of file TGo4MsgList.cxx.
References fCounter, fMsgs, and GetLimit().
Referenced by SetLimit().
TGo4MsgList::ClassDefOverride | ( | TGo4MsgList | , |
1 | ) |
References TGo4MsgList().
|
inline |
Definition at line 44 of file TGo4MsgList.h.
References fCounter.
|
inline |
TList * TGo4MsgList::Select | ( | Int_t | max = 0, |
Long64_t | id = 0 ) |
Definition at line 67 of file TGo4MsgList.cxx.
References fCounter, fMsgs, fSelect, and fStrCounter.
|
inline |
Definition at line 37 of file TGo4MsgList.h.
|
protected |
Definition at line 27 of file TGo4MsgList.h.
Referenced by TGo4MsgList(), TGo4MsgList(), AddMsg(), GetCounter(), and Select().
|
protected |
Definition at line 26 of file TGo4MsgList.h.
Referenced by TGo4MsgList(), TGo4MsgList(), GetLimit(), and SetLimit().
|
protected |
Definition at line 25 of file TGo4MsgList.h.
Referenced by TGo4MsgList(), TGo4MsgList(), ~TGo4MsgList(), AddMsg(), and Select().
|
protected |
Definition at line 28 of file TGo4MsgList.h.
Referenced by TGo4MsgList(), TGo4MsgList(), and Select().
|
protected |
temporary list used for selection
Definition at line 29 of file TGo4MsgList.h.
Referenced by TGo4MsgList(), TGo4MsgList(), and Select().