| 
    My Project
    
   | 
 
An un-typed property. More...
#include <object.h>
  
Public Member Functions | |
| virtual void | show (std::ostream &) const | 
| Print the value of the field w/o leading or trailing whitespace.  | |
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>().