![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Classes | |
struct | PoolTemplateData |
struct | PoolObject |
class | Pool |
class | ActivePoolData |
class | PoolGroup< T > |
class | PoolMgr |
Macros | |
#define | sPoolMgr PoolMgr::instance() |
Typedefs | |
typedef std::unordered_set< uint32 > | ActivePoolObjects |
typedef std::map< uint32, uint32 > | ActivePoolPools |
typedef std::multimap< uint32, uint32 > | PooledQuestRelation |
typedef std::pair< PooledQuestRelation::const_iterator, PooledQuestRelation::const_iterator > | PooledQuestRelationBounds |
typedef std::pair< PooledQuestRelation::iterator, PooledQuestRelation::iterator > | PooledQuestRelationBoundsNC |
#define sPoolMgr PoolMgr::instance() |
typedef std::unordered_set<uint32> ActivePoolObjects |
typedef std::map<uint32, uint32> ActivePoolPools |
typedef std::multimap<uint32, uint32> PooledQuestRelation |
typedef std::pair<PooledQuestRelation::const_iterator, PooledQuestRelation::const_iterator> PooledQuestRelationBounds |
typedef std::pair<PooledQuestRelation::iterator, PooledQuestRelation::iterator> PooledQuestRelationBoundsNC |