alpaqa 1.0.0a9
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Options Class Reference

#include </__w/alpaqa/alpaqa/src/alpaqa/src/driver/options.hpp>

Detailed Description

Definition at line 10 of file options.hpp.

+ Collaboration diagram for Options:

Public Member Functions

 Options (int argc, const char *const argv[])
 
std::span< const std::string_view > options () const
 
std::span< unsigned > used ()
 

Private Attributes

std::vector< std::string_view > options_storage
 
std::vector< unsigned > used_storage
 

Constructor & Destructor Documentation

◆ Options()

Options ( int  argc,
const char *const  argv[] 
)
inline

Definition at line 16 of file options.hpp.

Member Function Documentation

◆ options()

std::span< const std::string_view > options ( ) const
inline

Definition at line 20 of file options.hpp.

+ Here is the caller graph for this function:

◆ used()

std::span< unsigned > used ( )
inline

Definition at line 23 of file options.hpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ options_storage

std::vector<std::string_view> options_storage
private

Definition at line 12 of file options.hpp.

◆ used_storage

std::vector<unsigned> used_storage
private

Definition at line 13 of file options.hpp.


The documentation for this class was generated from the following file: