| nis-util
    1.0.D108
    | 
#include <services.h>
 
  
 | Public Types | |
| enum | { token_by_name = token_MAX, token_by_servicename, token_check, token_output, token_protocols } | 
| Public Member Functions | |
| virtual | ~arglex_services () | 
| arglex_services (int ac, char **av) | |
| Private Member Functions | |
| arglex_services () | |
| arglex_services (const arglex_services &) | |
| arglex_services & | operator= (const arglex_services &) | 
The arglex_services class is used to represent the command line argument of the nis-util-services program.
Definition at line 29 of file services.h.
| anonymous enum | 
Definition at line 33 of file services.h.
| arglex_services::~arglex_services | ( | ) |  [virtual] | 
The destructor.
Definition at line 22 of file services.cc.
| arglex_services::arglex_services | ( | int | ac, | 
| char ** | av | ||
| ) | 
The constructor.
Definition at line 27 of file services.cc.
| arglex_services::arglex_services | ( | ) |  [private] | 
The default constructor. Do not use.
| arglex_services::arglex_services | ( | const arglex_services & | ) |  [private] | 
The copy constructor. Do not use.
| arglex_services& arglex_services::operator= | ( | const arglex_services & | ) |  [private] | 
The assignment operator. Do not use.
 1.7.6.1
 1.7.6.1