|
enum | Type {
TEXT,
FILE,
DIRECTORY,
SYMLINK,
PATH
} |
|
enum | Exist { MAY_EXIST,
MUST_EXIST,
MUST_NOT_EXIST
} |
|
|
| Parameter (const bool &&local, const enum Type &&type, const enum Exist &&status=MUST_EXIST, const bool &&optional=false, const std::string name=std::string()) |
|
bool | check (const std::string &arg) const |
|
void | complete (const std::string &in, const std::string &part, std::vector< std::string > &completions) const |
|
std::string | getName (void) const |
|
|
const bool | local |
|
enum Parameter::Type | type |
|
enum Parameter::Exist | status |
|
const bool | optional |
|
const std::string | name |
|
Die Dokumentation für diese Struktur wurde erzeugt aufgrund der Dateien:
- fs/tool/parameter.h
- fs/tool/parameter.cc