Settings for copy_metadata. More...
Public Member Functions | |
copy_metadata_settings () | |
Standard Constructor. More... | |
Public Attributes | |
bool | copy_inputs |
Input names are copied. More... | |
bool | copy_outputs |
Output names are copied. More... | |
bool | copy_constants |
Constant line information is copied. More... | |
bool | copy_garbage |
Garbage line information is copied. More... | |
bool | copy_name |
Circuit name is copied. More... | |
bool | copy_inputbuses |
Input buses are copied. More... | |
bool | copy_outputbuses |
Output buses are copied. More... | |
bool | copy_statesignals |
State signals are copied. More... | |
bool | copy_modules |
Modules are copied. More... | |
Settings for copy_metadata.
With this settings structure some parts can be deactivated for copying. In the default case, all information of the circuit is copied.
Standard Constructor.
Initializes default values
bool copy_constants |
Constant line information is copied.
The default value is true.
bool copy_garbage |
Garbage line information is copied.
The default value is true.
bool copy_inputbuses |
Input buses are copied.
The default value is true.
bool copy_inputs |
Input names are copied.
The default value is true.
bool copy_modules |
Modules are copied.
The default value is true.
bool copy_name |
Circuit name is copied.
The default value is true.
bool copy_outputbuses |
Output buses are copied.
The default value is true.
bool copy_outputs |
Output names are copied.
The default value is true.
bool copy_statesignals |
State signals are copied.
The default value is true.