16 #ifndef TORC_GENERIC_PORTELEMENT_HPP
17 #define TORC_GENERIC_PORTELEMENT_HPP
21 namespace torc {
namespace generic {
class Port; } }
22 namespace torc {
namespace generic {
class PortReference; } }
101 #endif // TORC_GENERIC_PORTELEMENT_HPP
const PortReferenceSharedPtr getPortReference() const
const ElementType getType() const
PortReferenceSharedPtr mPortReference
Represents port element like port or port reference.
PortElement & operator=(const PortElement &inRhs)
const PortSharedPtr getPort() const
boost::shared_ptr< PortReference > PortReferenceSharedPtr
void setType(const ElementType &inSource)
boost::shared_ptr< Port > PortSharedPtr