Resource manager loading from XMLResourceDocument. More...
#include <xml_resource_manager.h>
| Static Public Member Functions | |
| static void | add_cache_factory (std::function< void(ResourceManager &, const XMLResourceDocument &)> factory_callback) | 
| Adds a cache factory callback. | |
| static ResourceManager | create (const XMLResourceDocument &doc) | 
| Creates a resource manager. | |
| static XMLResourceDocument & | get_doc (const ResourceManager &manager) | 
| Gets the XML resource document used by a resource manager. | |
Resource manager loading from XMLResourceDocument.
| 
 | static | 
Adds a cache factory callback.
Each factory callback is invoked every time a resource manager is created.
| 
 | static | 
Creates a resource manager.
| 
 | static | 
Gets the XML resource document used by a resource manager.