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

#include <VMapFactory.h>

Static Public Member Functions

static IVMapManagercreateOrGetVMapManager ()
 
static void clear ()
 

Member Function Documentation

void VMAP::VMapFactory::clear ( )
static
38  {
39  delete gVMapManager;
41  }
arena_t NULL
Definition: jemalloc_internal.h:624
IVMapManager * gVMapManager
Definition: VMapFactory.cpp:24

+ Here is the caller graph for this function:

IVMapManager * VMAP::VMapFactory::createOrGetVMapManager ( )
static
29  {
30  if (gVMapManager == nullptr)
31  gVMapManager= new VMapManager2(); // should be taken from config ... Please change if you like :-)
32  return gVMapManager;
33  }
IVMapManager * gVMapManager
Definition: VMapFactory.cpp:24

+ Here is the caller graph for this function:


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