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