36 GO4TRACE((12,
"TGo4UserSourceParameter::PrintParameter()",__LINE__, __FILE__));
37 Int_t locallen=128000;
38 Text_t localbuf[128000];
39 if(buflen<0 && buffer!=0)
42 Text_t* current=localbuf;
43 Int_t restlen=locallen;
52 std::cout << localbuf << std::endl;
56 size=locallen-restlen;
59 strncpy(buffer,localbuf,size);
TGo4UserSourceParameter()
static Text_t * PrintIndent(Text_t *buffer, Int_t &buflen)
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
virtual ~TGo4UserSourceParameter()
const char * GetExpression() const
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
static Text_t * PrintBuffer(char *buffer, Int_t &buflen, const char *text,...)