#include <Options.h>
Inherits Minisat::Option.
Definition at line 181 of file Options.h.
Definition at line 188 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::IntOption::help |
( |
bool |
verbose = false | ) |
|
|
inlinevirtual |
Implements Minisat::Option.
Definition at line 218 of file Options.h.
221 fprintf(stderr,
"imin");
225 fprintf(stderr,
" .. ");
227 fprintf(stderr,
"imax");
231 fprintf(stderr,
"] (default: %d)\n",
value);
234 fprintf(stderr,
"\n");
Minisat::IntOption::operator int32_t |
( |
void |
| ) |
const |
|
inline |
Minisat::IntOption::operator int32_t & |
( |
void |
| ) |
|
|
inline |
IntOption& Minisat::IntOption::operator= |
( |
int32_t |
x | ) |
|
|
inline |
virtual bool Minisat::IntOption::parse |
( |
const char * |
str | ) |
|
|
inlinevirtual |
Implements Minisat::Option.
Definition at line 195 of file Options.h.
196 const char* span = str;
202 int32_t tmp = strtol(span, &end, 10);
207 fprintf(stderr,
"ERROR! value <%s> is too large for option \"%s\".\n", span,
name);
210 fprintf(stderr,
"ERROR! value <%s> is too small for option \"%s\".\n", span,
name);
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 |
int32_t Minisat::IntOption::value |
|
protected |
The documentation for this class was generated from the following file: