#include <options.hpp>
Static Public Member Functions | |
static std::string | name () |
static double | default_value () |
![]() | |
static value_type | value () |
static void | set (value_type val) |
static void | unset () |
![]() | |
static auto & | get () |
static bool | initialized () |
template<typename... Args> | |
static void | init (Args &&... args) |
static void | fini () |
Additional Inherited Members | |
![]() | |
using | value_type = double |
![]() | |
using | instance_type = T |
![]() | |
option (value_type val) | |
void | print () const override |
![]() | |
virtual | ~option_base ()=default |
![]() | |
value_type | val_ |
|
inlinestatic |
|
inlinestatic |