nis-util  1.0.D108
Public Types | Public Member Functions | Private Member Functions
arglex_passwd Class Reference

#include <passwd.h>

Inheritance diagram for arglex_passwd:
arglex

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_passwdoperator= (const arglex_passwd &)

Detailed Description

The arglex_passwd class is used to represent the command line arguments accessable to the nis-util-passwd command.

Definition at line 28 of file passwd.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_name 
token_by_uid 
token_group 
token_output 
token_passwd 

Definition at line 32 of file passwd.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 25 of file passwd.cc.

arglex_passwd::arglex_passwd ( int  ac,
char **  av 
)

The constructor.

Definition at line 30 of file passwd.cc.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

arglex_passwd& arglex_passwd::operator= ( const arglex_passwd ) [private]

The assignment operator. Do not use.


The documentation for this class was generated from the following files: