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