|
Orocos Real-Time Toolkit
2.8.3
|
These functions operate recursively on the contents of bags, possibly modifying, deleting or creating new Property objects in the bag or in one of its sub-bags.More...
Functions | |
| std::ostream & | RTT::operator<< (std::ostream &os, const PropertyBag &bag) |
| Recursively prints out the contents of this bag. More... | |
| std::istream & | RTT::operator>> (std::istream &is, PropertyBag &bag) |
| Not implemented. More... | |
These functions operate recursively on the contents of bags, possibly modifying, deleting or creating new Property objects in the bag or in one of its sub-bags.
| RTT_API std::ostream & RTT::operator<< | ( | std::ostream & | os, |
| const PropertyBag & | bag | ||
| ) |
Recursively prints out the contents of this bag.
| os | A Std stream to print to |
| bag | The bag to print. |
Definition at line 291 of file PropertyBag.cpp.
References RTT::os::endl(), RTT::PropertyBag::getItem(), RTT::base::PropertyBase::getName(), and RTT::PropertyBag::size().
| RTT_API std::istream & RTT::operator>> | ( | std::istream & | is, |
| PropertyBag & | bag | ||
| ) |
Not implemented.
| is | unused |
| bag | unused |
Definition at line 302 of file PropertyBag.cpp.
1.8.11