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

#include <netid.h>

Inheritance diagram for arglex_netid:
arglex

Public Types

enum  {
  token_check = token_MAX, token_domain, token_group, token_hosts,
  token_map, token_output, token_passwd
}

Public Member Functions

virtual ~arglex_netid ()
 arglex_netid (int ac, char **av)

Private Member Functions

 arglex_netid ()
 arglex_netid (const arglex_netid &)
arglex_netidoperator= (const arglex_netid &)

Detailed Description

The arglex_netid class is used to represent the command line arguments accessable to the nis-util-netid command.

Definition at line 28 of file netid.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_check 
token_domain 
token_group 
token_hosts 
token_map 
token_output 
token_passwd 

Definition at line 32 of file netid.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 25 of file netid.cc.

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

The constructor.

Definition at line 30 of file netid.cc.

The default constructor. Do not use.

arglex_netid::arglex_netid ( const arglex_netid ) [private]

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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