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