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

#include <ethers.h>

Inheritance diagram for arglex_ethers:
arglex

Public Types

enum  {
  token_by_address = token_MAX, token_by_name, token_ethers, token_hosts,
  token_output
}

Public Member Functions

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

Private Member Functions

 arglex_ethers ()
 arglex_ethers (const arglex_ethers &)
arglex_ethersoperator= (const arglex_ethers &)

Detailed Description

The arglex_ethers class is used to represent the command line arguments accessable to the nis-util-ethers command.

Definition at line 28 of file ethers.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_address 
token_by_name 
token_ethers 
token_hosts 
token_output 

Definition at line 32 of file ethers.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 25 of file ethers.cc.

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

The constructor.

Definition at line 30 of file ethers.cc.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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