nis-util
1.0.D108
|
#include <netgroup.h>
Public Types | |
enum | { token_by_host = token_MAX, token_by_user, token_check, token_hosts, token_map, token_output, token_passwd } |
Public Member Functions | |
virtual | ~arglex_netgroup () |
arglex_netgroup (int, char **) | |
Private Member Functions | |
arglex_netgroup () | |
arglex_netgroup (const arglex_netgroup &) | |
arglex_netgroup & | operator= (const arglex_netgroup &) |
The arglex_netgroup class is used to represent command line argument tokenizing for the nis-util-netgroup command.
Definition at line 28 of file netgroup.h.
anonymous enum |
Definition at line 42 of file netgroup.h.
arglex_netgroup::~arglex_netgroup | ( | ) | [virtual] |
The destructor.
Definition at line 22 of file netgroup.cc.
arglex_netgroup::arglex_netgroup | ( | int | ac, |
char ** | av | ||
) |
The constructor.
Definition at line 27 of file netgroup.cc.
arglex_netgroup::arglex_netgroup | ( | ) | [private] |
The default constructor. Do not use.
arglex_netgroup::arglex_netgroup | ( | const arglex_netgroup & | ) | [private] |
The copy constructor. Do not use.
arglex_netgroup& arglex_netgroup::operator= | ( | const arglex_netgroup & | ) | [private] |
The assignment operator. Do not use.