MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ResourcePool

Method ResourcePool

LuaSTGPlus/ResourceMgr.h:731–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 ResourcePool(const ResourcePool&);
730 public:
731 ResourcePool(ResourceMgr* mgr, ResourcePoolType t)
732 : m_pMgr(mgr), m_iType(t) {}
733 };
734
735 /// @brief 资源包

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected