nis-util
1.0.D108
|
#include <netmasks.h>
Public Types | |
enum | { token_by_address = token_MAX, token_check, token_networks, token_output } |
Public Member Functions | |
virtual | ~arglex_netmasks () |
arglex_netmasks (int ac, char **av) | |
Private Member Functions | |
arglex_netmasks () | |
arglex_netmasks (const arglex_netmasks &) | |
arglex_netmasks & | operator= (const arglex_netmasks &) |
The arglex_netmasks class is used to represent the command line arguments accessable to the nis-util-netmasks command.
Definition at line 28 of file netmasks.h.
anonymous enum |
Definition at line 32 of file netmasks.h.
arglex_netmasks::~arglex_netmasks | ( | ) | [virtual] |
The destructor.
Definition at line 25 of file netmasks.cc.
arglex_netmasks::arglex_netmasks | ( | int | ac, |
char ** | av | ||
) |
The constructor.
Definition at line 30 of file netmasks.cc.
arglex_netmasks::arglex_netmasks | ( | ) | [private] |
The default constructor. Do not use.
arglex_netmasks::arglex_netmasks | ( | const arglex_netmasks & | ) | [private] |
The copy constructor. Do not use.
arglex_netmasks& arglex_netmasks::operator= | ( | const arglex_netmasks & | ) | [private] |
The assignment operator. Do not use.