#include "nub/ref.h"


Go to the source code of this file.
Namespaces | |
| namespace | rutz |
| namespace | nub |
| namespace | nub::obj_mgr |
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. | |
| template<class T, class S> | |
| nub::soft_ref< T > | nub::obj_mgr::new_typed_obj (S type) |
Definition in file objmgr.h.