#include <PortListAlias.hpp>
Public Types | |
typedef VisitorType < PortListAlias > | Visitor |
Public Member Functions | |
virtual void | accept (BaseVisitor &inoutVisitor) throw (Error) |
const PortListSharedPtr | getPortList () const throw () |
void | setPortList (const PortListSharedPtr &inPortList) throw () |
Private Attributes | |
PortListSharedPtr | mPortList |
Friends | |
class | FactoryType< PortListAlias > |
Classes | |
class | Factory |
The PortList class represents an ordered list of port references. Such objects in EDIF are declard using the (portList portRefName1 portRefName2 ... ) syntax.
Definition at line 38 of file PortListAlias.hpp.
Convenience class to visit a port list alias.
Definition at line 49 of file PortListAlias.hpp.
const PortListSharedPtr torc::generic::PortListAlias::getPortList | ( | ) | const throw () [inline] |
Get the portList accociated with this PortListAlias.
Definition at line 104 of file PortListAlias.hpp.
void torc::generic::PortListAlias::setPortList | ( | const PortListSharedPtr & | inPortList | ) | throw () |
Set the portList accociated with this PortListAlias.
[in] | inPortList | Pointer to PortList |
Definition at line 78 of file PortListAlias.cpp.