16 #ifndef TORC_GENERIC_SCALARPORT_HPP
17 #define TORC_GENERIC_SCALARPORT_HPP
22 #ifdef GENOM_SERIALIZATION
23 #include <boost/serialization/access.hpp>
24 #endif //GENOM_SERIALIZATION
31 namespace torc {
namespace generic {
class BaseVisitor; } }
43 #ifdef GENOM_SERIALIZATION
44 friend class boost::serialization::access;
45 #endif //GENOM_SERIALIZATION
116 #ifdef GENOM_SERIALIZATION
117 template <
class Archive>
void serialize(Archive& ar,
unsigned int);
118 #endif //GENOM_SERIALIZATION
124 #endif // TORC_GENERIC_SCALARPORT_HPP
An acyclic inoutVisitor implementation.
virtual ScalarPortSharedPtr newScalarPortPtr(const std::string &inName, const EPortDirection &inDirection, const ViewSharedPtr &inViewPtr, const PortBundleSharedPtr &inParentCollection=PortBundleSharedPtr(), const std::string &inOriginalName=std::string())
A single object with no child objects.
boost::shared_ptr< ScalarPort > ScalarPortSharedPtr
boost::shared_ptr< PortBundle > PortBundleSharedPtr
std::list< NetSharedPtr >::iterator Connection
virtual Connection connect(const NetSharedPtr &inNet)
virtual void disconnect()
The Error object thrown by different methods of EdifOM.
boost::shared_ptr< Net > NetSharedPtr
A base class for Visitor.
Represents a standalone port.
Interface for an EDIF port object.
boost::shared_ptr< View > ViewSharedPtr
A placeholder for a factory method.
virtual void accept(BaseVisitor &inoutVisitor)
VisitorType< ScalarPort > Visitor