
#include <nub/objfactory.h>
Inheritance diagram for nub::obj_factory:


Definition at line 49 of file objfactory.h.
Static Public Member Functions | |
| static obj_factory & | instance () |
| Return the singleton instance. | |
Protected Member Functions | |
| obj_factory () | |
| Default constructor. | |
| virtual | ~obj_factory () throw () |
| Virtual destructor. | |
|
|
Default constructor.
Definition at line 44 of file objfactory.cc. |
|
|
Virtual destructor.
Definition at line 47 of file objfactory.cc. |
|
|
Return the singleton instance.
Definition at line 49 of file objfactory.cc. References s_instance. Referenced by tcl::def_creator(), nub::obj_mgr::new_obj(), registerComponentCreator(), and tcl::script_app::run(). |
1.4.4