![]() |
XRootD
|
#include <XrdOfsEvs.hh>
Public Types | |
enum | evFlags { Null = 0 , freeFmt = 1 , cvtMode = 2 , cvtFSize = 4 } |
Public Member Functions | |
XrdOfsEvsFormat () | |
~XrdOfsEvsFormat () | |
void | Def (evFlags theFlags, const char *Fmt,...) |
void | Set (evFlags theFlags, const char *Fmt, int *fullArgs) |
int | SNP (XrdOfsEvsInfo &Info, char *buff, int blen) |
Public Attributes | |
XrdOfsEvsInfo::evArg | Args [XrdOfsEvsInfo::evARGS] |
evFlags | Flags |
const char * | Format |
Definition at line 87 of file XrdOfsEvs.hh.
|
inline |
Definition at line 112 of file XrdOfsEvs.hh.
|
inline |
Definition at line 113 of file XrdOfsEvs.hh.
void XrdOfsEvsFormat::Def | ( | evFlags | theFlags, |
const char * | Fmt, | ||
... | |||
) |
Definition at line 91 of file XrdOfsEvs.cc.
References Args, Flags, and Format.
Referenced by XrdOfsEvs::XrdOfsEvs().
|
inline |
Definition at line 106 of file XrdOfsEvs.hh.
References Args, Flags, Format, and freeFmt.
Referenced by XrdOfsEvs::Parse().
|
inline |
Definition at line 97 of file XrdOfsEvs.hh.
References Args, Format, and Info.
Referenced by XrdOfsEvs::Notify().
XrdOfsEvsInfo::evArg XrdOfsEvsFormat::Args[XrdOfsEvsInfo::evARGS] |
Definition at line 95 of file XrdOfsEvs.hh.
evFlags XrdOfsEvsFormat::Flags |
Definition at line 94 of file XrdOfsEvs.hh.
Referenced by Def(), XrdOfsEvs::Notify(), and Set().
const char* XrdOfsEvsFormat::Format |
Definition at line 93 of file XrdOfsEvs.hh.