#include "objmgr.h"
#include "nub/objfactory.h"
#include "rutz/fstring.h"
#include "rutz/trace.h"
Go to the source code of this file.
Functions | |
nub::soft_ref< nub::object > | nub::obj_mgr::new_obj (const char *type) |
Will not return 0; will throw an exception on failure. | |
nub::soft_ref< nub::object > | nub::obj_mgr::new_obj (const rutz::fstring &type) |
Will not return 0; will throw an exception on failure. |
Definition in file objmgr.cc.