16 #include "Riostream.h"
27 SetTitle(datatypename);
37 if(buflen<=0 && buffer!=0)
39 Int_t locallen=128000;
40 Text_t localbuf[128000];
42 Text_t* current=localbuf;
43 Int_t restlen=locallen;
48 current=
PrintBuffer(current,restlen,
"G-OOOO-> Datamember Status Class Printout <-OOOO-G\n");
50 current=
PrintBuffer(current,restlen,
"G-OOOO-> ---------------------------------------------- <-OOOO-G\n");
53 std::cout << localbuf << std::endl;
59 strncpy(buffer,localbuf,size);
virtual Int_t PrintStatus(Text_t *buffer=0, Int_t buflen=0)
static Text_t * PrintIndent(Text_t *buffer, Int_t &buflen)
virtual Int_t PrintStatus(Text_t *buffer=0, Int_t buflen=0)
virtual ~TGo4MemberStatus()
static Text_t * PrintBuffer(char *buffer, Int_t &buflen, const char *text,...)