1 #ifndef __XRDOUCGATHERCONF_HH__
2 #define __XRDOUCGATHERCONF_HH__
90 int Gather(
const char *cfname,
Level lvl,
const char *parms=0);
115 char*
GetToken(
char **rest=0,
int lowcase=0);
149 void MsgE(
const char* txt1,
const char* txt2=0,
const char* txt3=0,
150 const char* txt4=0,
const char* txt5=0,
const char* txt6=0);
152 void MsgW(
const char* txt1,
const char* txt2=0,
const char* txt3=0,
153 const char* txt4=0,
const char* txt5=0,
const char* txt6=0);
171 void MsgfE(
const char *fmt, ...);
173 void MsgfW(
const char *fmt, ...);
203 bool useData(
const char *data);
240 void MsgX(
const char** mVec,
int n);
241 void MsgfX(
const char* txt1,
const char* txt2);
char * GetToken(char **rest=0, int lowcase=0)
XrdOucGatherConf(const char *want, XrdSysError *errP=0)
void MsgfW(const char *fmt,...)
void MsgW(const char *txt1, const char *txt2=0, const char *txt3=0, const char *txt4=0, const char *txt5=0, const char *txt6=0)
void MsgfE(const char *fmt,...)
int Gather(const char *cfname, Level lvl, const char *parms=0)
void MsgE(const char *txt1, const char *txt2=0, const char *txt3=0, const char *txt4=0, const char *txt5=0, const char *txt6=0)
void EchoOrder(bool doBefore)
bool useData(const char *data)
@ trim_lines
Prefix trimmed lines.
@ trim_body
Prefix trimmed lines as a string blob.
@ only_body
Only directive bodies as a string blob.
@ full_lines
Complete lines.