|
nis-util
1.0.D108
|
#include <afpvol.h>
Public Types | |
| enum | { token_direct = token_MAX, token_hosts, token_indirect, token_output, token_debug } |
Public Member Functions | |
| virtual | ~arglex_afpvol () |
| arglex_afpvol (int argc, char **argv) | |
Private Member Functions | |
| arglex_afpvol () | |
| arglex_afpvol (const arglex_afpvol &) | |
| arglex_afpvol & | operator= (const arglex_afpvol &) |
The arglex_afpvol class is used to represent command line processing for afpvol-gen.
| anonymous enum |
| arglex_afpvol::~arglex_afpvol | ( | ) | [virtual] |
| arglex_afpvol::arglex_afpvol | ( | int | argc, |
| char ** | argv | ||
| ) |
| arglex_afpvol::arglex_afpvol | ( | ) | [private] |
The default constructor.
| arglex_afpvol::arglex_afpvol | ( | const arglex_afpvol & | ) | [private] |
The copy constructor.
| arglex_afpvol& arglex_afpvol::operator= | ( | const arglex_afpvol & | ) | [private] |
The assignment operator.
1.7.6.1