add_circuit.hpp File Reference

Prepending, inserting and appending circuits to another circuit. More...

Namespaces

namespace  revkit
 

Main namespace.


Functions

void append_circuit (circuit &circ, const circuit &src)
 Insert a circuit src at the end of another circuit circ.
void prepend_circuit (circuit &circ, const circuit &src)
 Insert a circuit src at the beginning of another circuit circ.
void insert_circuit (circuit &circ, unsigned pos, const circuit &src)
 Insert a circuit src before gate pos (counting from 0) of another circuit circ.

Detailed Description

Prepending, inserting and appending circuits to another circuit.


Generated on Fri Jul 2 07:50:41 2010 for by doxygen 1.6.3