#include <object_navigator.hpp>
Inheritance diagram for ph::reflect::object_navigator_factory:

Definition at line 41 of file object_navigator.hpp.
Public Member Functions | |
| object_navigator_factory (std::ostream *console) | |
| virtual | ~object_navigator_factory () |
| virtual object_navigator * | create (const ph::common::object_base *root)=0 |
| Create a new object navigator. | |
Protected Attributes | |
| std::ostream * | _console |
|
|
Definition at line 47 of file object_navigator.hpp. |
|
|
Definition at line 50 of file object_navigator.hpp. |
|
|
Create a new object navigator.
Implemented in ph::reflect::jscript_object_navigator_factory. |
|
|
Definition at line 56 of file object_navigator.hpp. Referenced by ph::reflect::jscript_object_navigator_factory::create(). |
1.4.3