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

#include <protocols.h>

Inheritance diagram for arglex_protocols:
arglex

Public Types

enum  { token_by_name = token_MAX, token_by_number, token_check, token_output }

Public Member Functions

virtual ~arglex_protocols ()
 arglex_protocols (int, char **)

Private Member Functions

 arglex_protocols ()
 arglex_protocols (const arglex_protocols &)
arglex_protocolsoperator= (const arglex_protocols &)

Detailed Description

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

Definition at line 28 of file protocols.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_name 
token_by_number 
token_check 
token_output 

Definition at line 32 of file protocols.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 22 of file protocols.cc.

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

The constructor.

Definition at line 27 of file protocols.cc.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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