|
enum | AFlags {
HasArg = (1 << 0),
IntLevel = (1 << 1),
Boolean = (1 << 2),
InvBoolean = (1 << 3),
ConfigFile = (1 << 4) | HasArg,
ArbItem = (1 << 5) | HasArg
} |
|
|
bool | Parse (int argc, const char **argv) |
|
void | ShowHelp () |
|
unsigned int | FileSize () const |
|
bool | DispatchArg (Dispatch *List, bool NoMatch=true) |
|
| CommandLine (Args *AList, Configuration *Conf) |
|
|
bool | HandleOpt (int &I, int argc, const char *argv[], const char *&Opt, Args *A, bool PreceedeMatch=false) |
|
|
static void | SaveInConfig (unsigned int const &argc, char const *const *const argv) |
|
The documentation for this class was generated from the following files:
- /build/buildd/apt-0.9.7.7ubuntu3/apt-pkg/contrib/cmndline.h
- /build/buildd/apt-0.9.7.7ubuntu3/apt-pkg/contrib/cmndline.cc