#include <XrdMonArgParser.hh>
Public Member Functions | |
XrdMonArgParser () | |
~XrdMonArgParser () | |
void | registerExpectedArg (Arg *arg) |
void | parseArguments (int argc, char *argv[]) |
Private Attributes | |
vector< Arg * > | _args |
Classes | |
class | Arg |
class | ArgImpl |
Definition at line 22 of file XrdMonArgParser.hh.
XrdMonArgParser::XrdMonArgParser | ( | ) |
Definition at line 17 of file XrdMonArgParser.cc.
XrdMonArgParser::~XrdMonArgParser | ( | ) |
Definition at line 20 of file XrdMonArgParser.cc.
void XrdMonArgParser::registerExpectedArg | ( | Arg * | arg | ) |
void XrdMonArgParser::parseArguments | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 30 of file XrdMonArgParser.cc.
References _args, ERR_INVALIDARG, i, and x.
Referenced by main().
vector<Arg*> XrdMonArgParser::_args [private] |
Definition at line 56 of file XrdMonArgParser.hh.
Referenced by parseArguments(), and registerExpectedArg().