nis-util
1.0.D108
|
#include <netid.h>
Public Types | |
enum | { token_check = token_MAX, token_domain, token_group, token_hosts, token_map, token_output, token_passwd } |
Public Member Functions | |
virtual | ~arglex_netid () |
arglex_netid (int ac, char **av) | |
Private Member Functions | |
arglex_netid () | |
arglex_netid (const arglex_netid &) | |
arglex_netid & | operator= (const arglex_netid &) |
The arglex_netid class is used to represent the command line arguments accessable to the nis-util-netid command.
anonymous enum |
arglex_netid::~arglex_netid | ( | ) | [virtual] |
arglex_netid::arglex_netid | ( | int | ac, |
char ** | av | ||
) |
arglex_netid::arglex_netid | ( | ) | [private] |
The default constructor. Do not use.
arglex_netid::arglex_netid | ( | const arglex_netid & | ) | [private] |
The copy constructor. Do not use.
arglex_netid& arglex_netid::operator= | ( | const arglex_netid & | ) | [private] |
The assignment operator. Do not use.