(ObjectLibrary) Added Query static method

Former-commit-id: 802dcc589dd2c552a332490153b6761341c0a698
This commit is contained in:
Lynix
2015-01-28 20:38:54 +01:00
parent 53162c1722
commit 22e5230c32
2 changed files with 15 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ class NzObjectLibrary
static bool Has(const NzString& name);
static void Register(const NzString& name, NzObjectRef<Type> object);
static NzObjectRef<Type> Query(const NzString& name);
static void Unregister(const NzString& name);
private: