|
nis-util
1.0.D108
|
#include <auto-master.h>
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_master & | operator= (const arglex_auto_master &rhs) |
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.
| anonymous enum |
Definition at line 32 of file auto-master.h.
| arglex_auto_master::~arglex_auto_master | ( | ) | [virtual] |
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.
| arglex_auto_master::arglex_auto_master | ( | ) | [private] |
The default constructor. Do not use.
| arglex_auto_master::arglex_auto_master | ( | const arglex_auto_master & | rhs | ) | [private] |
The copy constructor. Do not use.
| rhs | The right hand side of the initialization. |
| arglex_auto_master& arglex_auto_master::operator= | ( | const arglex_auto_master & | rhs | ) | [private] |
The assignment operator. Do not use.
| rhs | The right hand side of the assignment. |
1.7.6.1