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