The MAUVE Toolchain
|
Public Member Functions | |
StringProperty (HasProperty *container, std::string const &name, std::string init_value) | |
StringProperty (StringProperty const &other)=delete | |
property_type | get_type () const override |
Get the property type. | |
std::string | get_value () const |
operator std::string () const | |
operator std::string & () | |
StringProperty & | operator= (std::string const &value) |
StringProperty & | operator= (StringProperty const &other) |
bool | set_value (std::string const &value) |
std::string | type_name () const override |
Get the property type name. | |
![]() | |
AbstractProperty (HasProperty *container, std::string const &name) | |
Constructor. More... | |
Additional Inherited Members | |
![]() | |
const std::string | name |
Property name. | |
![]() | |
const HasProperty * | container |