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. More... | |
static ResourceManager | create (const XMLResourceDocument &doc) |
Creates a resource manager. More... | |
static XMLResourceDocument & | get_doc (const ResourceManager &manager) |
Gets the XML resource document used by a resource manager. More... | |
Resource manager loading from XMLResourceDocument.