My Project
Public Member Functions | List of all members
mrf::propertyBase Struct Referenceabstract

An un-typed property. More...

#include <object.h>

Inheritance diagram for mrf::propertyBase:
mrf::property< P > mrf::property< P[1]> mrf::property< void > mrf::detail::propertyInstance< C, P > mrf::detail::propertyInstance< C, P[1]>

Public Member Functions

virtual void show (std::ostream &) const
 Print the value of the field w/o leading or trailing whitespace.
 

Detailed Description

An un-typed property.

Required to implement Object::getProperty<P>(). There is no way other then to up-cast in ObjectInst<C> and then down-cast in getProperty<P>().


The documentation for this struct was generated from the following files: