Circuit class. More...
Classes | |
| class | standard_circuit |
| Represents a circuit. More... | |
| class | subcircuit |
| Represents a sub-circuit. More... | |
| class | circuit |
| Main circuit class. More... | |
Namespaces | |
| namespace | revkit |
| Main namespace. | |
Macros | |
| #define | foreach BOOST_FOREACH |
Typedefs | |
| typedef boost::optional< bool > | constant |
| Type for determine whether line is constant or not. More... | |
| typedef boost::variant < standard_circuit, subcircuit > | circuit_variant |
| Generic circuit. More... | |
Circuit class.
| #define foreach BOOST_FOREACH |
For a more convenient use in foreach loops. You can use the name foreach instead of BOOST_FOREACH.
1.8.3.1