#include <Options.h>
Inherits Minisat::Option.
Definition at line 307 of file Options.h.
Minisat::StringOption::StringOption |
( |
const char * |
c, |
|
|
const char * |
n, |
|
|
const char * |
d, |
|
|
const char * |
def = NULL |
|
) |
| |
|
inline |
Definition at line 311 of file Options.h.
Option(const char *name_, const char *desc_, const char *cate_, const char *type_)
static const char*& Minisat::Option::getHelpPrefixString |
( |
| ) |
|
|
inlinestaticinherited |
Definition at line 58 of file Options.h.
58 {
static const char* help_prefix_str =
"";
return help_prefix_str; }
static vec<Option*>& Minisat::Option::getOptionList |
( |
| ) |
|
|
inlinestaticinherited |
Definition at line 56 of file Options.h.
56 {
static vec<Option*> options;
return options; }
static const char*& Minisat::Option::getUsageString |
( |
| ) |
|
|
inlinestaticinherited |
Definition at line 57 of file Options.h.
57 {
static const char* usage_str;
return usage_str; }
virtual void Minisat::StringOption::help |
( |
bool |
verbose = false | ) |
|
|
inlinevirtual |
Minisat::StringOption::operator const char * |
( |
void |
| ) |
const |
|
inline |
Minisat::StringOption::operator const char *& |
( |
void |
| ) |
|
|
inline |
virtual bool Minisat::StringOption::parse |
( |
const char * |
str | ) |
|
|
inlinevirtual |
Implements Minisat::Option.
Definition at line 318 of file Options.h.
319 const char* span = str;
static bool match(B &in, const char *str)
const char* Minisat::Option::category |
|
inherited |
const char* Minisat::Option::description |
|
inherited |
const char* Minisat::Option::name |
|
inherited |
const char* Minisat::Option::type_name |
|
inherited |
const char* Minisat::StringOption::value |
|
private |
The documentation for this class was generated from the following file: