#include <schroot-releaselock-options.h>
Collaboration diagram for schroot_releaselock::options:
Public Member Functions | |
options (int argc, char *argv[]) | |
The constructor. | |
virtual | ~options () |
The destructor. | |
Public Attributes | |
std::string | device |
The device to unlock. | |
int | pid |
The PID holding the lock. | |
bool | version |
Display version information. |
options::options | ( | int | argc, | |
char * | argv[] | |||
) |
The constructor.
argc | the number of arguments. | |
argv | the list of arguments. |
options::~options | ( | ) | [virtual] |
The destructor.
std::string schroot_releaselock::options::device |
The device to unlock.
The PID holding the lock.
Display version information.