#include <Options.h>
Definition at line 196 of file Options.h.
◆ IntOption()
Minisat::IntOption::IntOption |
( |
const char * |
c, |
|
|
const char * |
n, |
|
|
const char * |
d, |
|
|
int32_t |
def = int32_t() , |
|
|
IntRange |
r = IntRange( INT_MIN, INT_MAX ) |
|
) |
| |
|
inline |
◆ getHelpPrefixString()
static const char*& Minisat::Option::getHelpPrefixString |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ getOptionList()
static vec<Option*>& Minisat::Option::getOptionList |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ getUsageString()
static const char*& Minisat::Option::getUsageString |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ help()
virtual void Minisat::IntOption::help |
( |
bool |
verbose = false | ) |
|
|
inlinevirtual |
◆ operator int32_t()
Minisat::IntOption::operator int32_t |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
IntOption& Minisat::IntOption::operator= |
( |
int32_t |
x | ) |
|
|
inline |
◆ category
const char* Minisat::Option::category |
|
protectedinherited |
◆ description
const char* Minisat::Option::description |
|
protectedinherited |
◆ name
const char* Minisat::Option::name |
|
protectedinherited |
◆ range
◆ type_name
const char* Minisat::Option::type_name |
|
protectedinherited |
◆ value
int32_t Minisat::IntOption::value |
|
protected |
The documentation for this class was generated from the following file: