|
torc-master
|
#include <InterfaceJoinedInfo.hpp>
Inheritance diagram for torc::generic::InterfaceJoinedInfo::Factory:
Collaboration diagram for torc::generic::InterfaceJoinedInfo::Factory:Public Types | |
| typedef _Tp | Type |
| typedef SelfReferencing< Type > ::Pointer | Pointer |
| typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
| virtual InterfaceJoinedInfoSharedPtr | newInterfaceJoinedInfoPtr (const std::list< PortSharedPtr > &inPorts, const std::list< PortListSharedPtr > &inPortLists, const ViewSharedPtr &inViewPtr, const InterfaceJoinedInfoSharedPtr &inParentJoinedInfo=InterfaceJoinedInfoSharedPtr()) throw (Error) |
| virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class to create an interface joining information.
Definition at line 72 of file InterfaceJoinedInfo.hpp.
|
inherited |
A pointer to an object of type Type
Definition at line 45 of file FactoryType.hpp.
|
inherited |
A rename of the parameter type
Definition at line 40 of file FactoryType.hpp.
|
inherited |
A weak pointer to an object of type Type
Definition at line 50 of file FactoryType.hpp.
|
inlinevirtualinherited | ||||||||||||||
Create an object of the Type specification of Factory. If the object has a boost::weak_ptr to itself, it is the task of this method to set this after the object is created.
Definition at line 58 of file FactoryType.hpp.
|
virtual | ||||||||||||||||||||||||||||
Create an interface joining information .
| [in] | inPorts | List of ports to this joining information. |
| [in] | inPortLists | List of portLists to this joining information. |
| [in] | inViewPtr | Pointer to parented(View) object. |
| [in] | inParentJoinedInfo | Pointer to parent joining information. |
Definition at line 33 of file InterfaceJoinedInfo.cpp.
Here is the call graph for this function: