38 #ifdef ORO_PRAGMA_INTERFACE    39 #pragma implementation    45     using namespace detail;
    65         if (introspectAndDecompose(p) == 
false ) {
 Base class for all properties. 
virtual void introspect(PropertyBase *p)
Fall-back function of the last resort when the type is not decomposable and not known to the introspe...
virtual void identify(base::PropertyIntrospection *pi)
A call on this method will lead to a call to the PropertyIntrospection interface identifying this Pro...
A simple introspection interface to visit PropertyBags. 
void introspect_T(PropertyBase *p)
This function is called for any Property unknown to the introspection interface. 
virtual void introspect(PropertyBase *p)=0
Callback for a Property which is not a PropertyBag. 
virtual void identify(PropertyIntrospection *pi)=0
A call on this method will lead to a call to the PropertyIntrospection interface identifying this Pro...
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.