torc-master
|
#include <Property.hpp>
Public Types | |
typedef Property | Type |
typedef SelfReferencing< Type > ::Pointer | Pointer |
typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
virtual PropertySharedPtr | newPropertyPtr (const std::string &inName, const PropertyContainerSharedPtr &inContainer, const Value &inValue, const Unit &inUnit=eUnitUndefined, const PropertySharedPtr &inParentProperty=PropertySharedPtr(), const std::string &inOriginalName=std::string()) throw (Error) |
virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class to create a property.
Definition at line 63 of file Property.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.
|
inlinevirtual |
Create a property.
[in] | inName | Name of the property to be created. |
[in] | inContainer | Pointer of the property container. |
[in] | inValue | Value of the property. |
[in] | inUnit | Unit of the property. |
Definition at line 228 of file Property.hpp.