TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MMAP::MMapFactory Class Reference

#include <MMapFactory.h>

Static Public Member Functions

static MMapManagercreateOrGetMMapManager ()
 
static void clear ()
 
static bool IsPathfindingEnabled (uint32 mapId)
 

Member Function Documentation

void MMAP::MMapFactory::clear ( )
static
37  {
38  if (g_MMapManager)
39  {
40  delete g_MMapManager;
42  }
43  }
MMapManager * g_MMapManager
Definition: MMapFactory.cpp:26
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the caller graph for this function:

MMapManager * MMAP::MMapFactory::createOrGetMMapManager ( )
static
29  {
30  if (g_MMapManager == NULL)
31  g_MMapManager = new MMapManager();
32 
33  return g_MMapManager;
34  }
MMapManager * g_MMapManager
Definition: MMapFactory.cpp:26
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the caller graph for this function:

static bool MMAP::MMapFactory::IsPathfindingEnabled ( uint32  mapId)
static

The documentation for this class was generated from the following files: