#include <Property.hpp>
Inheritance diagram for Property:
Public Types | |
typedef T | property_type |
The type of the property. | |
Public Member Functions | |
Property () | |
Empty Constructor. | |
Property (T v) | |
Constructor. | |
Property (const Property< T > &prop) | |
Copy constructor. | |
virtual | ~Property () |
Destructor. | |
virtual Property< T > * | clone () const |
Return a copy of the Property. | |
virtual std::string | get_type () const |
Get type string for Property. | |
Data Fields | |
T | val |
The value of the property. |
|
The type of the property.
|
|
Empty Constructor.
|
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Return a copy of the Property.
Implements AbstractProperty. |
|
Get type string for Property.
Implements AbstractProperty. |
|
The value of the property.
|