Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of PinWire class. More...
Go to the source code of this file.
Classes | |
class | bil::PinWire |
Attaches a tile wire to a pin of a primitive site. More... |
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_PINWIRE_HPP |
Typedefs | |
typedef std::vector< PinWire > | bil::PinWires |
An ordered list of pin wires. |
Functions | |
bool | bil::operator== (const PinWire &pw1, const PinWire &pw2) |
Tests two PinWire instances for memberwise equality. | |
bool | bil::operator!= (const PinWire &pw1, const PinWire &pw2) |
Tests two PinWire instances for memberwise inequality. |
Contains declaration of PinWire class.
Definition in file PinWire.hpp.
#define BIL_PINWIRE_HPP |
Definition at line 8 of file PinWire.hpp.