Sese Framework
x.y.z
A cross-platform framework
|
静态资源管理器 更多...
#include <ResourceManager.h>
Public 类型 | |
using | MapType = std::map<std::string, Resource::Ptr> |
Public 成员函数 | |
ResourceManager ()=default | |
virtual | ~ResourceManager ()=default |
Resource::Ptr | getResource (const std::string &name) const |
decltype(auto) | begin () const |
decltype(auto) | end () const |
Protected 属性 | |
MapType | resourceMap |
静态资源管理器
using sese::res::ResourceManager::MapType = std::map<std::string, Resource::Ptr> |
|
default |
|
virtualdefault |
|
inlinenodiscard |
引用了 resourceMap.
|
inlinenodiscard |
引用了 resourceMap.
|
nodiscard |
|
protected |
被这些函数引用 begin(), end() , 以及 getResource().