Bitstream Interpretation Library (BIL)  0.1
Classes | Namespaces | Macros | Typedefs | Functions
WireConnection.hpp File Reference

Contains declaration of WireConnection class. More...

#include <vector>
#include <serialization/WireConnectionBS.hpp>
Include dependency graph for WireConnection.hpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Contains declaration of WireConnection class.

Definition in file WireConnection.hpp.


Macro Definition Documentation

#define BIL_WIRECONNECTION_HPP

Definition at line 8 of file WireConnection.hpp.