16 #ifndef TORC_GENERIC_SCALARPORTREFERENCE_HPP
17 #define TORC_GENERIC_SCALARPORTREFERENCE_HPP
22 #ifdef GENOM_SERIALIZATION
23 #include <boost/serialization/access.hpp>
24 #endif //GENOM_SERIALIZATION
31 namespace torc {
namespace generic {
class BaseVisitor; } }
42 #ifdef GENOM_SERIALIZATION
43 friend class boost::serialization::access;
44 #endif //GENOM_SERIALIZATION
113 #ifdef GENOM_SERIALIZATION
114 template <
class Archive>
void serialize(Archive& ar,
unsigned int);
115 #endif //GENOM_SERIALIZATION
121 #endif // TORC_GENERIC_SCALARPORTREFERENCE_HPP
virtual void accept(BaseVisitor &inoutVisitor)
An acyclic inoutVisitor implementation.
boost::shared_ptr< Instance > InstanceSharedPtr
virtual Connection connect(const NetSharedPtr &inNet)
Represents areference to a standalone port.
A single object with no child objects.
Represents the usable instance of a port of a cell in another cell.
std::list< NetSharedPtr >::iterator Connection
boost::shared_ptr< ScalarPortReference > ScalarPortReferenceSharedPtr
virtual void disconnect()
The Error object thrown by different methods of EdifOM.
boost::shared_ptr< Net > NetSharedPtr
A base class for Visitor.
virtual ScalarPortReferenceSharedPtr newScalarPortReferencePtr(const InstanceSharedPtr &inInstancePtr, const PortSharedPtr &inPortPtr, const PortBundleReferenceSharedPtr &inParentCollection=PortBundleReferenceSharedPtr())
VisitorType< ScalarPortReference > Visitor
boost::shared_ptr< Port > PortSharedPtr
A placeholder for a factory method.
boost::shared_ptr< PortBundleReference > PortBundleReferenceSharedPtr