16 #ifndef TORC_GENERIC_VECTORPORTBITREFERENCE_HPP
17 #define TORC_GENERIC_VECTORPORTBITREFERENCE_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
58 bool inSkipChildConnections =
false)
const throw (
Error);
64 #ifdef GENOM_SERIALIZATION
65 template <
class Archive>
void
66 serialize(Archive& ar,
unsigned int);
67 #endif //GENOM_SERIALIZATION
73 #endif // TORC_GENERIC_VECTORPORTBITREFERENCE_HPP
An acyclic inoutVisitor implementation.
Represents the usable instance of a port of a cell in another cell.
FactoryType< VectorPortBitReference > Factory
std::list< NetSharedPtr >::iterator Connection
virtual void disconnect()
The Error object thrown by different methods of EdifOM.
boost::shared_ptr< Net > NetSharedPtr
A base class for Visitor.
virtual Connection connect(const NetSharedPtr &inNet)
Represents a reference to a bit of a port.
VisitorType< VectorPortBitReference > Visitor
virtual void accept(BaseVisitor &inoutVisitor)
A placeholder for a factory method.
virtual void getConnectedNets(std::vector< NetSharedPtr > &outNets, bool inSkipChildConnections=false) const
Represents a single element of a vector composition.