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

Contains declaration of PinWire class. More...

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

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.

Detailed Description

Contains declaration of PinWire class.

Definition in file PinWire.hpp.


Macro Definition Documentation

#define BIL_PINWIRE_HPP

Definition at line 8 of file PinWire.hpp.