cvc4-1.3
|
#include <base_options.h>
Public Types | |
typedef std::string | type |
typedef std::string | type |
Public Member Functions | |
type | operator() () const |
bool | wasSetByUser () const |
void | set (const type &v) |
type | operator() () const |
bool | wasSetByUser () const |
void | set (const type &v) |
Definition at line 100 of file base_options.h.
typedef std::string CVC4::options::binary_name__option_t::type |
Definition at line 100 of file base_options.h.
typedef std::string CVC4::options::binary_name__option_t::type |
Definition at line 100 of file base_options.h.
|
inline |
Definition at line 226 of file base_options.h.
References CVC4::Options::current().
type CVC4::options::binary_name__option_t::operator() | ( | ) | const |
void CVC4::options::binary_name__option_t::set | ( | const type & | v | ) |
|
inline |
Definition at line 230 of file base_options.h.
References CVC4::Options::current(), and CVC4::Options::set().
|
inline |
Definition at line 228 of file base_options.h.
References CVC4::Options::current(), and CVC4::Options::wasSetByUser().
bool CVC4::options::binary_name__option_t::wasSetByUser | ( | ) | const |