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