#include <jscript_object_navigator.hpp>
Inheritance diagram for ph::reflect::jscript_object_navigator:
Definition at line 20 of file jscript_object_navigator.hpp.
Public Member Functions | |
jscript_object_navigator (const ph::common::object_base *root, std::ostream *console, bool silent=false, bool debug=false) | |
virtual ph::common::object_base * | navigate (const ph::common::object_base *obj, const std::string &path) |
|
Definition at line 26 of file jscript_object_navigator.hpp. |
|
Return an object given a string path to that object. Subclasses implement the syntax of the path. Implements ph::reflect::object_navigator. Definition at line 31 of file jscript_object_navigator.cpp. References e_empty_part. Referenced by reflect_test::test_composite::test(). |