Console output of a circuit. More...
Classes | |
struct | print_circuit_settings |
Settings for print_circuit function. More... | |
Namespaces | |
namespace | revkit |
Main namespace. | |
Functions | |
void | print_circuit (const circuit &circ, const print_circuit_settings &settings=print_circuit_settings()) |
Prints a circuit as ASCII. More... | |
std::ostream & | operator<< (std::ostream &os, const circuit &circ) |
Wrapper for using with the output stream operator. More... | |
Console output of a circuit.