#include </__w/alpaqa/alpaqa/src/alpaqa/src/driver/options.hpp>
Definition at line 20 of file options.hpp.
|
| Options (int argc, const char *const argv[]) |
|
std::span< const std::string_view > | json_flags () const |
|
std::span< const std::string_view > | options () const |
|
std::span< unsigned > | used () |
|
template<class T > |
void | set_params (T &t, std::string_view prefix) |
|
◆ Options()
Options |
( |
int |
argc, |
|
|
const char *const |
argv[] |
|
) |
| |
|
inline |
◆ json_flags()
std::span< const std::string_view > json_flags |
( |
| ) |
const |
|
inline |
◆ options()
std::span< const std::string_view > options |
( |
| ) |
const |
|
inline |
◆ used()
std::span< unsigned > used |
( |
| ) |
|
|
inline |
◆ set_params()
template<class T >
void set_params |
( |
T & |
t, |
|
|
std::string_view |
prefix |
|
) |
| |
◆ opts_storage
std::vector<std::string_view> opts_storage |
|
private |
◆ used_storage
std::vector<unsigned> used_storage |
|
private |
◆ num_json
The documentation for this class was generated from the following file: