Value.hpp
Go to the documentation of this file.
49 template<typename TYPE> std::ostream& operator <<(std::ostream& _os, const eproperty::Value<TYPE>& _obj) {
std::string getValueSpecific(const TYPE &_valueRequested) const override
Get the string of the specify value.
Value(CLASS_TYPE *_owner, const std::string &_name, const TYPE &_defaultValue, const std::string &_description="", void(CLASS_TYPE::*_setObs)()=nullptr)
Create a parameter with a specific type.
Definition: Value.hpp:31
void setString(const std::string &_newVal) override
Set a new value of the Property (with string interface).
Template base of the property (have a generic set and get for string)
Definition: PropertyType.hpp:18
Simple Value of the property (need to implement fuction etk::from_string<TYPE> to use it) ...
Definition: Value.hpp:20