#include <PortRefCreator.hpp>
Public Member Functions | |
void | visit (ScalarPort &port) throw (Error) |
void | visit (VectorPort &port) throw (Error) |
void | visit (PortBundle &port) throw (Error) |
_ReturnType | getReturnValue () const throw () |
PortRefCreator (const ObjectFactorySharedPtr &inFactory, const InstanceSharedPtr &inInstance, const PortBundleReferenceSharedPtr &inBundle=PortBundleReferenceSharedPtr()) | |
Private Member Functions | |
void | setupCreatedPort (const PortSharedPtr &port, const PortReferenceSharedPtr &inPortRef) throw (Error) |
Private Attributes | |
ObjectFactorySharedPtr | mFactory |
InstanceSharedPtr | mInstance |
PortBundleReferenceSharedPtr | mBundle |
_ReturnType | mReturnValue |
The PortRefCreator class is used to create scalar, vector and bundle port reference
Definition at line 39 of file PortRefCreator.hpp.