torc-master
|
#include <LogicValue.hpp>
Public Types | |
typedef _Tp | Type |
typedef SelfReferencing< Type > ::Pointer | Pointer |
typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
virtual LogicValueSharedPtr | newLogicValuePtr (const std::string &inName, const LogicValueAttributesSharedPtr &inAttributes, const std::string &inOriginalName=std::string(), const SimulationInfoSharedPtr &inSimulationInfo=SimulationInfoSharedPtr()) throw (Error) |
virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class to create a LogicValue.
Definition at line 58 of file LogicValue.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 LogicValue.
[in] | inName | Name of the LogicValue to be created. |
[in] | inAttributes | Pointer to LogicValueAttributes object. |
[in] | inOriginalName | Original name of the LogicValue [optional]. |
[in] | inSimulationInfo | Pointer to parented(SimulationInfo) object. If not mentioned LogicValue will not be added to SimulationInfo. |
Definition at line 34 of file LogicValue.cpp.