#include <PrimitiveConn.hpp>

Public Member Functions | |
| const PrimitiveElementPin * | getSourcePtr (void) const |
| Returns a pointer to the source primitive element pin. | |
| const PrimitiveElementPinPtrVector & | getSinks (void) const |
| Returns a vector of pointers to the sink primitive element pins. | |
Protected Attributes | |
| const PrimitiveElementPin * | mSourcePtr |
| Pointer to the source primitive element pin. | |
| PrimitiveElementPinPtrVector | mSinks |
| Vector of pointers to the sink primitive element pins. | |
Friends | |
| class | Sites |
| The Sites class has access to our internals. | |
| class | torc::architecture::architecture::PrimitiveConnUnitTest |
| Our unit test class has access to our internals. | |
Definition at line 32 of file PrimitiveConn.hpp.
| const PrimitiveElementPin* torc::architecture::PrimitiveConn::getSourcePtr | ( | void | ) | const [inline] |
Returns a pointer to the source primitive element pin.
Definition at line 47 of file PrimitiveConn.hpp.
| const PrimitiveElementPinPtrVector& torc::architecture::PrimitiveConn::getSinks | ( | void | ) | const [inline] |
Returns a vector of pointers to the sink primitive element pins.
Definition at line 49 of file PrimitiveConn.hpp.
friend class Sites [friend] |
friend class torc::architecture::architecture::PrimitiveConnUnitTest [friend] |
const PrimitiveElementPin* torc::architecture::PrimitiveConn::mSourcePtr [protected] |
Vector of pointers to the sink primitive element pins.
Definition at line 43 of file PrimitiveConn.hpp.
1.5.6