#include <Options.h>
|
virtual | ~Option () |
|
virtual void | help (bool verbose=false)=0 |
|
|
| Option (const char *name_, const char *desc_, const char *cate_, const char *type_) |
|
Definition at line 43 of file Options.h.
◆ Option()
Minisat::Option::Option |
( |
const char * |
name_, |
|
|
const char * |
desc_, |
|
|
const char * |
cate_, |
|
|
const char * |
type_ |
|
) |
| |
|
inlineprotected |
◆ ~Option()
virtual Minisat::Option::~Option |
( |
| ) |
|
|
inlinevirtual |
◆ getHelpPrefixString()
static const char*& Minisat::Option::getHelpPrefixString |
( |
| ) |
|
|
inlinestaticprotected |
◆ getOptionList()
static vec<Option*>& Minisat::Option::getOptionList |
( |
| ) |
|
|
inlinestaticprotected |
◆ getUsageString()
static const char*& Minisat::Option::getUsageString |
( |
| ) |
|
|
inlinestaticprotected |
◆ help()
virtual void Minisat::Option::help |
( |
bool |
verbose = false | ) |
|
|
pure virtual |
◆ printUsageAndExit
void printUsageAndExit |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
bool |
verbose |
|
) |
| |
|
friend |
◆ setHelpPrefixStr
void setHelpPrefixStr |
( |
const char * |
str | ) |
|
|
friend |
◆ setUsageHelp
void setUsageHelp |
( |
const char * |
str | ) |
|
|
friend |
◆ category
const char* Minisat::Option::category |
|
protected |
◆ description
const char* Minisat::Option::description |
|
protected |
◆ name
const char* Minisat::Option::name |
|
protected |
◆ type_name
const char* Minisat::Option::type_name |
|
protected |
The documentation for this class was generated from the following file: