OpenASIP
2.0
|
#include <DisassemblyControlUnitPort.hh>
Public Member Functions | |
DisassemblyControlUnitPort (std::string port) | |
virtual | ~DisassemblyControlUnitPort () |
virtual std::string | toString () const |
Public Member Functions inherited from DisassemblyElement | |
virtual | ~DisassemblyElement () |
Private Attributes | |
std::string | port_ |
Name of the control unit port. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from DisassemblyElement | |
DisassemblyElement () | |
Represents a control unit port in the disassembler.
Definition at line 41 of file DisassemblyControlUnitPort.hh.
DisassemblyControlUnitPort::DisassemblyControlUnitPort | ( | std::string | port | ) |
The constructor.
gcuName | Name of the control unit. |
Definition at line 40 of file DisassemblyControlUnitPort.cc.
|
virtual |
|
virtual |
Returns disassembly of the control unit port.
Implements DisassemblyElement.
Definition at line 58 of file DisassemblyControlUnitPort.cc.
References port_.
|
private |
Name of the control unit port.
Definition at line 48 of file DisassemblyControlUnitPort.hh.
Referenced by toString().