The MAUVE Toolchain
|
Public Member Functions | |
IntegralProperty (HasProperty *container, std::string const &name, T init_value) | |
IntegralProperty (IntegralProperty const &other)=delete | |
long | get () const override |
Get the property value. | |
T | get_value () const |
operator T () const | |
operator T & () | |
IntegralProperty< T > & | operator= (T value) |
IntegralProperty< T > & | operator= (IntegralProperty< T > const &other) |
bool | set (long value) override |
Set the property value. | |
bool | set_value (T value) |
std::string | type_name () const override |
Get the property type name. | |
![]() | |
AbstractIntegralProperty (HasProperty *container, std::string const &name) | |
Constructor. More... | |
virtual | ~AbstractIntegralProperty () noexcept |
Destructor. | |
property_type | get_type () const override |
Get the property type. | |
![]() | |
AbstractProperty (HasProperty *container, std::string const &name) | |
Constructor. More... | |
Additional Inherited Members | |
![]() | |
const std::string | name |
Property name. | |
![]() | |
const HasProperty * | container |