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

#include <group.h>

Inheritance diagram for arglex_group:
arglex

Public Types

enum  {
  token_by_name = token_MAX, token_by_gid, token_group, token_output,
  token_passwd
}

Public Member Functions

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

Private Member Functions

 arglex_group ()
 arglex_group (const arglex_group &)
arglex_groupoperator= (const arglex_group &)

Detailed Description

The arglex_group class is used to represent the command line arguments accessable to the nis-util-group command.

Definition at line 28 of file group.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_name 
token_by_gid 
token_group 
token_output 
token_passwd 

Definition at line 32 of file group.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 25 of file group.cc.

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

The constructor.

Definition at line 30 of file group.cc.

The default constructor. Do not use.

arglex_group::arglex_group ( const arglex_group ) [private]

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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