| 
    torc-master
    
   | 
 
#include <Apply.hpp>
 Inheritance diagram for torc::generic::Apply::Factory:
 Collaboration diagram for torc::generic::Apply::Factory:Public Types | |
| typedef Apply | Type | 
| typedef SelfReferencing< Type > ::Pointer  | Pointer | 
| typedef SelfReferencing< Type > ::WeakPointer  | WeakPointer | 
Public Member Functions | |
| virtual ApplySharedPtr | newApplyPtr (const int32_t &inNoOfCycle, const Value &inCycleDuration, const std::list< LogicalResponseSharedPtr > &inLogicResponces, const SimulateSharedPtr &inSimulate=SimulateSharedPtr()) throw (Error) | 
| virtual void | create (Pointer &outPointer) throw (Error) | 
      
  | 
  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 apply.
| [in] | inNoOfCycle | int32_t No of cycles for this apply. | 
| [in] | inCycleDuration | Value Duration of each cycle. | 
| [in] | inLogicResponces | List of LogicResponces. | 
| [in] | inSimulate | Pointer to parented (Simulate) object [optional]. If not mentioned apply will not be added to simulate. | 
Definition at line 34 of file Apply.cpp.
 Here is the call graph for this function: