#include <vpr/IO/Port/Port.h>
Inheritance diagram for vpr::Port:


Protected Member Functions | |
| Port (const std::string &portName) | |
| Constructor. | |
| virtual | ~Port () |
| Destructor. | |
).
Definition at line 60 of file Port.h.
| vpr::Port::Port | ( | const std::string & | portName | ) | [protected] |
Constructor.
| portName | The name of the port in use. |
Definition at line 49 of file Port.cpp.
00049 : BlockIO(portName) 00050 { 00051 /* Do nothing. */ ; 00052 }
| vpr::Port::~Port | ( | ) | [protected, virtual] |
1.5.1