OpenASIP
2.0
|
#include <CodeCompressorPlugin.hh>
Public Attributes | |
std::string | name |
Name of the parameter. More... | |
std::string | value |
Value of the parameter. More... | |
Parameter struct.
Definition at line 88 of file CodeCompressorPlugin.hh.
std::string CodeCompressorPlugin::Parameter::name |
Name of the parameter.
Definition at line 89 of file CodeCompressorPlugin.hh.
Referenced by CodeCompressorPlugin::hasParameter(), and CodeCompressorPlugin::parameterValue().
std::string CodeCompressorPlugin::Parameter::value |
Value of the parameter.
Definition at line 90 of file CodeCompressorPlugin.hh.
Referenced by CodeCompressorPlugin::parameterValue().