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

#include <networks.h>

Inheritance diagram for arglex_networks:
arglex

Public Types

enum  {
  token_by_address = token_MAX, token_by_name, token_check, token_netmasks,
  token_output
}

Public Member Functions

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

Private Member Functions

 arglex_networks ()
 arglex_networks (const arglex_networks &)
arglex_networksoperator= (const arglex_networks &)

Detailed Description

The arglex_networks class is used to represent the command line arguments accessable to the nis-util-networks command.

Definition at line 28 of file networks.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_address 
token_by_name 
token_check 
token_netmasks 
token_output 

Definition at line 32 of file networks.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 25 of file networks.cc.

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

The constructor.

Definition at line 30 of file networks.cc.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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