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

#include <auto-master.h>

Inheritance diagram for arglex_auto_master:
arglex

Public Types

enum  {
  token_debug = token_MAX, token_depends, token_hosts, token_include,
  token_suffix
}

Public Member Functions

virtual ~arglex_auto_master ()
 arglex_auto_master (int argc, char **argv)

Private Member Functions

 arglex_auto_master ()
 arglex_auto_master (const arglex_auto_master &rhs)
arglex_auto_masteroperator= (const arglex_auto_master &rhs)

Detailed Description

The arglex_auto_master class is used to represent command line options specific to the nus-util-auto-master-check command.

Definition at line 28 of file auto-master.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
token_debug 
token_depends 
token_hosts 
token_include 
token_suffix 

Definition at line 32 of file auto-master.h.


Constructor & Destructor Documentation

The destructor.

Definition at line 22 of file auto-master.cc.

arglex_auto_master::arglex_auto_master ( int  argc,
char **  argv 
)

The constructor.

Definition at line 27 of file auto-master.cc.

The default constructor. Do not use.

The copy constructor. Do not use.

Parameters:
rhsThe right hand side of the initialization.

Member Function Documentation

arglex_auto_master& arglex_auto_master::operator= ( const arglex_auto_master rhs) [private]

The assignment operator. Do not use.

Parameters:
rhsThe right hand side of the assignment.

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