Inheritance diagram for dump_member_visitor:

Definition at line 25 of file object_visitor.cpp.
Public Member Functions | |
| dump_member_visitor (std::ostream *stream, int indent) | |
| virtual bool | visit (const ph::common::object_base *obj, const std::string &name, const ph::common::member_base *member) |
|
||||||||||||
|
Definition at line 31 of file object_visitor.cpp. |
|
||||||||||||||||
|
Visit the member passing the name of it, a member base class which can be used to convert to/from a string, and the actual parent object. Implements ph::common::const_member_visitor. Definition at line 199 of file object_visitor.cpp. References ph::common::member_base::get(). |
1.4.3