#include <generic_context.hpp>
This needs to be subclassed so that all other objects can be registered.
You can use this class as a direct replacement for "xmlobj_context", and when you do, you can create new objects that are not registered as part of your XML object. Sort of like a generic DOM.
Definition at line 18 of file generic_context.hpp.
| Public Member Functions | |
| generic_context (reflect::object_navigator_factory *navfactory) | |
| virtual bool | register_objects () | 
| virtual ph::common::object_base * | create (const std::string &type, const std::string &name) | 
| 
 | 
| 
 Definition at line 31 of file generic_context.hpp. | 
| 
 | 
| 
 Definition at line 36 of file generic_context.hpp. | 
| 
 | ||||||||||||
| 
 Definition at line 13 of file generic_context.cpp. | 
 1.4.3
 1.4.3