idol
A C++ Framework for Optimization
|
Public Member Functions | |
Annotation (Env &t_env, std::string t_name) | |
template<class ... ArgsT> | |
Annotation (Env &t_env, std::string t_name, ArgsT &&...t_args) | |
const ValueT & | default_value () const |
Static Public Member Functions | |
template<class ... ArgsT> | |
static Annotation< ValueT > | make_with_default_value (Env &t_env, std::string t_name, ArgsT &&...t_args) |
Definition at line 16 of file Annotation.h.
|
inline |
Definition at line 18 of file Annotation.h.
|
inline |
Definition at line 20 of file Annotation.h.
|
inline |
Definition at line 34 of file Annotation.h.
|
inlinestatic |
Definition at line 28 of file Annotation.h.