|
XRootD
|
#include <XrdOfsEvs.hh>
Collaboration diagram for XrdOfsEvsFormat: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.
|
inline |
|
inline |
Definition at line 97 of file XrdOfsEvs.hh.
Referenced by XrdOfsEvs::Notify().
Here is the caller graph for this function:| 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 XrdOfsEvsFormat(), Def(), XrdOfsEvs::Notify(), and Set().
| const char* XrdOfsEvsFormat::Format |
Definition at line 93 of file XrdOfsEvs.hh.
Referenced by XrdOfsEvsFormat(), Def(), Set(), and SNP().