Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of WireConnection class. More...
Go to the source code of this file.
Classes | |
class | bil::WireConnection |
A connection to a wire on a tile. More... |
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_WIRECONNECTION_HPP |
Typedefs | |
typedef std::vector < WireConnection > | bil::WireConnections |
An ordered list of connections. |
Functions | |
bool | bil::operator== (const WireConnection &c1, const WireConnection &c2) |
Tests two WireConnection instances for memberwise equality. | |
bool | bil::operator!= (const WireConnection &c1, const WireConnection &c2) |
Tests two WireConnection instances for memberwise inequality. |
Contains declaration of WireConnection class.
Definition in file WireConnection.hpp.
#define BIL_WIRECONNECTION_HPP |
Definition at line 8 of file WireConnection.hpp.