xrootd
|
#include <XrdVersionPlugin.hh>
Public Attributes | |
const char * | pName |
-> plugin object creator function name More... | |
char | vPfxLen |
Generic rule prefix length. More... | |
char | vSfxLen |
Generic rule suffix length for preceeding. More... | |
int | vProcess |
version: <0 skip, =0 optional, >0 required More... | |
short | vMajLow |
Lowest compatible major version number. More... | |
short | vMinLow |
Lowest compatible minor (>99 don't check). More... | |
const char* XrdVersionPlugin::pName |
-> plugin object creator function name
short XrdVersionPlugin::vMajLow |
Lowest compatible major version number.
short XrdVersionPlugin::vMinLow |
Lowest compatible minor (>99 don't check).
char XrdVersionPlugin::vPfxLen |
Generic rule prefix length.
int XrdVersionPlugin::vProcess |
version: <0 skip, =0 optional, >0 required
char XrdVersionPlugin::vSfxLen |
Generic rule suffix length for preceeding.