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

#include <services.h>

Inheritance diagram for arglex_services:
arglex

Public Types

enum  {
  token_by_name = token_MAX, token_by_servicename, token_check, token_output,
  token_protocols
}

Public Member Functions

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

Private Member Functions

 arglex_services ()
 arglex_services (const arglex_services &)
arglex_servicesoperator= (const arglex_services &)

Detailed Description

The arglex_services class is used to represent the command line argument of the nis-util-services program.

Definition at line 29 of file services.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_name 
token_by_servicename 
token_check 
token_output 
token_protocols 

Definition at line 33 of file services.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 22 of file services.cc.

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

The constructor.

Definition at line 27 of file services.cc.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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