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

#include <hosts.h>

Inheritance diagram for arglex_hosts:
arglex

Public Types

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

Public Member Functions

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

Private Member Functions

 arglex_hosts ()
 arglex_hosts (const arglex_hosts &)
arglex_hostsoperator= (const arglex_hosts &)

Detailed Description

The arglex_hosts class is used to represent the command line arguments accessable to the nis-util-hosts command.

Definition at line 28 of file hosts.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_by_address 
token_by_name 
token_check 
token_output 

Definition at line 32 of file hosts.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 25 of file hosts.cc.

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

The constructor.

Definition at line 30 of file hosts.cc.

The default constructor. Do not use.

arglex_hosts::arglex_hosts ( const arglex_hosts ) [private]

The copy constructor. Do not use.


Member Function Documentation

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

The assignment operator. Do not use.


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