|
tudocomp
– The TU Dortmund Compression Framework
|
#include <OptionValue.hpp>
Public Types | |
| using | ArgumentMap = std::map< std::string, OptionValue > |
| using | StatMap = std::map< std::string, std::string > |
Public Member Functions | |
| ~AlgorithmValue () | |
| AlgorithmValue (const AlgorithmValue &other) | |
| AlgorithmValue (AlgorithmValue &&other) | |
| AlgorithmValue (std::string &&name, ArgumentMap &&arguments, std::unique_ptr< pattern::Algorithm > &&static_selection, ds::InputRestrictionsAndFlags flags) | |
| const std::string & | name () const |
| const ArgumentMap & | arguments () const |
| ds::InputRestrictionsAndFlags | textds_flags () const |
| const pattern::Algorithm & | static_selection () const |
| AlgorithmValue & | operator= (AlgorithmValue &&other) |
Friends | |
| class | OptionValue |
Definition at line 35 of file OptionValue.hpp.
| using tdc::AlgorithmValue::ArgumentMap = std::map<std::string, OptionValue> |
Definition at line 37 of file OptionValue.hpp.
| using tdc::AlgorithmValue::StatMap = std::map<std::string, std::string> |
Definition at line 38 of file OptionValue.hpp.
|
inline |
Definition at line 90 of file OptionValue.hpp.
|
inline |
Definition at line 92 of file OptionValue.hpp.
|
inline |
Definition at line 103 of file OptionValue.hpp.
|
inline |
Definition at line 109 of file OptionValue.hpp.
|
inline |
Definition at line 121 of file OptionValue.hpp.
|
inline |
Definition at line 118 of file OptionValue.hpp.
|
inline |
Definition at line 128 of file OptionValue.hpp.
|
inline |
Definition at line 124 of file OptionValue.hpp.
|
inline |
Definition at line 135 of file OptionValue.hpp.
|
friend |
Definition at line 44 of file OptionValue.hpp.