|
mrfioc2
2.3.0
|
final scalar implementation More...
#include <object.h>


Public Member Functions | |
| propertyInstance (C *c, const unboundProperty< C, P > &p) | |
| virtual | ~propertyInstance () |
| virtual const char * | name () const |
| virtual const std::type_info & | type () const |
| virtual void | set (P v) |
| The setter for this property. More... | |
| virtual P | get () const |
| virtual void | show (std::ostream &strm) const |
| Print the value of the field w/o leading or trailing whitespace. More... | |
Public Member Functions inherited from mrf::property< P > | |
| virtual | ~property () |
Public Member Functions inherited from mrf::propertyBase | |
| virtual | ~propertyBase ()=0 |
final scalar implementation
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements mrf::property< P >.
|
inlinevirtual |
|
inlinevirtual |
The setter for this property.
Implements mrf::property< P >.
|
inlinevirtual |
Print the value of the field w/o leading or trailing whitespace.
Reimplemented from mrf::propertyBase.
|
inlinevirtual |
1.8.13