|
torc-master
|
#include <Timing.hpp>
Inheritance diagram for torc::generic::Timing::Factory:
Collaboration diagram for torc::generic::Timing::Factory:Public Types | |
| typedef _Tp | Type |
| typedef SelfReferencing< Type > ::Pointer | Pointer |
| typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
| virtual TimingSharedPtr | newTimingPtr (const Derivation &inDerivation, const std::list< PathDelaySharedPtr > &inPathDelays, const std::list< ForbiddenEventSharedPtr > &inForbiddentEvents, const ViewSharedPtr &inView, const InterfaceAttributesSharedPtr &inInterfaceAttributes=InterfaceAttributesSharedPtr(), const InstanceSharedPtr &inInstance=InstanceSharedPtr()) throw (Error) |
| virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class to create a Timing.
Definition at line 55 of file Timing.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 Timing.
| [in] | inDerivation | Derivation value |
| [in] | inPathDelays | List of path delays of this timing to be appended to. |
| [in] | inForbiddentEvents | List of forbidden events to be appended to |
| [in] | inView | Pointer to parented (view) object. |
| [in] | inInterfaceAttributes | Pointer to parented (InterfaceAttributes) object [optional]. If mentioned then this will decompile within (contents ...) construct. |
| [in] | inInstance | Pointer to parented object(Instance) [optional]. If mentioned then this will decompile within (instance ...) construct. |
Definition at line 41 of file Timing.cpp.
Here is the call graph for this function: