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

#include <netgroup.h>

Inheritance diagram for arglex_netgroup:
arglex

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_netgroupoperator= (const arglex_netgroup &)

Detailed Description

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.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_host 
token_by_user 
token_check 
token_hosts 
token_map 
token_output 
token_passwd 

Definition at line 42 of file netgroup.h.


Constructor & Destructor Documentation

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.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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