![]() |
TrinityCore
|
#include "Define.h"#include "SpawnData.h"#include <map>#include <memory>#include <set>#include <unordered_map>#include <vector>
Include dependency graph for PoolMgr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | PoolTemplateData |
| struct | PoolObject |
| class | Pool |
| class | SpawnedPoolData |
| class | PoolGroup< T > |
| class | PoolMgr |
Macros | |
| #define | sPoolMgr PoolMgr::instance() |
Typedefs | |
| typedef std::set< uint64 > | SpawnedPoolObjects |
| typedef std::map< uint64, uint32 > | SpawnedPoolPools |
| #define sPoolMgr PoolMgr::instance() |
| typedef std::set<uint64> SpawnedPoolObjects |
| typedef std::map<uint64, uint32> SpawnedPoolPools |