TrinityCore
Loading...
Searching...
No Matches
PoolMgr.h File Reference
#include "Define.h"
#include "Creature.h"
#include "GameObject.h"
#include "SpawnData.h"
+ 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  ActivePoolData
 
class  PoolGroup< T >
 
class  PoolMgr
 

Macros

#define sPoolMgr   PoolMgr::instance()
 

Typedefs

typedef std::set< ObjectGuid::LowTypeActivePoolObjects
 
typedef std::map< uint32, uint32ActivePoolPools
 

Macro Definition Documentation

◆ sPoolMgr

#define sPoolMgr   PoolMgr::instance()

Definition at line 148 of file PoolMgr.h.

Typedef Documentation

◆ ActivePoolObjects

Definition at line 42 of file PoolMgr.h.

◆ ActivePoolPools

typedef std::map<uint32, uint32> ActivePoolPools

Definition at line 43 of file PoolMgr.h.