#include <Property.hpp>


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) |
Definition at line 70 of file Property.hpp.
| PropertySharedPtr torc::generic::Property::Factory::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) [inline, virtual] |
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. |
| [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 268 of file Property.hpp.
1.5.6