Classes | |
| struct | copy_metadata_settings |
| Settings for copy_metadata. More... | |
Namespaces | |
| namespace | revkit |
| Main namespace. | |
Functions | |
| template<typename T > | |
| void | copy_metadata (const truth_table< T > &spec, circuit &circ) |
| Copies meta-data from a specification to a circuit. More... | |
| void | copy_metadata (const circuit &base, circuit &circ, const copy_metadata_settings &settings=copy_metadata_settings()) |
| Copies meta-data from a circuit to another circuit. More... | |
Copy meta-data from specification or circuit to circuit
1.8.3.1