|
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. | |
Public Member Functions inherited from mauve::runtime::AbstractProperty | |
| AbstractProperty (HasProperty *container, std::string const &name) | |
| Constructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from mauve::runtime::AbstractProperty | |
| const std::string | name |
| Property name. | |
Protected Attributes inherited from mauve::runtime::AbstractProperty | |
| const HasProperty * | container |