|
torc-master
|
#include <Simulate.hpp>
Inheritance diagram for torc::generic::Simulate::Factory:
Collaboration diagram for torc::generic::Simulate::Factory:Public Types | |
| typedef Simulate | Type |
| typedef SelfReferencing< Type > ::Pointer | Pointer |
| typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
| virtual SimulateSharedPtr | newSimulatePtr (const std::string &inName, const std::vector< PortListAliasSharedPtr > &inPortListAliases, const std::vector< ApplySharedPtr > &inAllApply, const std::vector< WaveValueSharedPtr > &inWaveValues, const ViewSharedPtr &inView, const std::string &inOriginalName=std::string(), const InterfaceAttributesSharedPtr &inInterfaceAttributes=InterfaceAttributesSharedPtr()) throw (Error) |
| virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class for creating a simulate
Definition at line 59 of file Simulate.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 a simulate.
| [in] | inName | Name of the simulate to be created. |
| [in] | inPortListAliases | Vector of port list aliases to this simulate. |
| [in] | inAllApply | Vector of apply to this simulate. |
| [in] | inWaveValues | Vector of WaveValues to this simulate. |
| [in] | inView | Pointer to parented (view) object. |
| [in] | inOriginalName | Original name of the simulate [optional]. |
| [in] | inInterfaceAttributes | Pointer to parented (InterfaceAttributes) object [optional]. If mentioned then this will decompile within (contents ...) construct. |
Definition at line 40 of file Simulate.cpp.
Here is the call graph for this function: