Get the property and bag from an invocation path like bag.subbag.prop . More...
#include <rtt/scripting/PropertyParser.hpp>
Public Member Functions | |
| PropertyParser (CommonParser &cp) | |
| void | setPropertyBag (PropertyBag *pb) |
| Change the bag we want to traverse. | |
| void | reset () |
| After reset, property() == 0 and bag == 0. | |
| rule_t & | locator () |
| The locator tries to go as far as possible in the bag-to-property path and will never throw. | |
| PropertyBase * | property () const |
| PropertyBag * | bag () const |
Get the property and bag from an invocation path like bag.subbag.prop .
Definition at line 54 of file PropertyParser.hpp.
| rule_t& RTT::detail::PropertyParser::locator | ( | ) |
The locator tries to go as far as possible in the bag-to-property path and will never throw.
property() will contain the last valid property found. If zero, nothing was found. If non-zero bag() returns the bag type if property is a bag, or zero if property() is not a bag. Thus property() contains the 'name' of the deepest nested bag() found.
1.6.3