OpenASIP  2.0
Public Attributes | List of all members
CodeCompressorPlugin::Parameter Struct Reference

Parameter struct. More...

#include <CodeCompressorPlugin.hh>

Collaboration diagram for CodeCompressorPlugin::Parameter:
Collaboration graph

Public Attributes

std::string name
 Name of the parameter. More...
 
std::string value
 Value of the parameter. More...
 

Detailed Description

Parameter struct.

Definition at line 88 of file CodeCompressorPlugin.hh.

Member Data Documentation

◆ name

std::string CodeCompressorPlugin::Parameter::name

Name of the parameter.

Definition at line 89 of file CodeCompressorPlugin.hh.

Referenced by CodeCompressorPlugin::hasParameter(), and CodeCompressorPlugin::parameterValue().

◆ value

std::string CodeCompressorPlugin::Parameter::value

Value of the parameter.

Definition at line 90 of file CodeCompressorPlugin.hh.

Referenced by CodeCompressorPlugin::parameterValue().


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