The MAUVE Toolchain
|
Abstract property class. More...
#include <Property.hpp>
Public Member Functions | |
AbstractProperty (HasProperty *container, std::string const &name) | |
Constructor. More... | |
virtual property_type | get_type () const =0 |
Get the property type. | |
virtual std::string | type_name () const =0 |
Get the property type name. | |
Public Attributes | |
const std::string | name |
Property name. | |
Protected Attributes | |
const HasProperty * | container |
Abstract property class.
mauve::runtime::AbstractProperty::AbstractProperty | ( | HasProperty * | container, |
std::string const & | name | ||
) |
Constructor.
container | property container |
name | property name |