TrinityCore
Loading...
Searching...
No Matches
debug_commandscript::CreatureCountWorker Class Reference

Public Member Functions

void Visit (std::unordered_map< ObjectGuid, Creature * > const &creatureMap)
 
std::vector< std::pair< uint32, uint32 > > GetTopCreatureCount (std::size_t count) const
 

Static Public Member Functions

template<class T >
static void Visit (std::unordered_map< ObjectGuid, T * > const &)
 

Private Attributes

std::unordered_map< uint32, uint32creatureCountsById
 

Detailed Description

Definition at line 1731 of file cs_debug.cpp.

Member Function Documentation

◆ GetTopCreatureCount()

std::vector< std::pair< uint32, uint32 > > debug_commandscript::CreatureCountWorker::GetTopCreatureCount ( std::size_t  count) const
inline

Definition at line 1743 of file cs_debug.cpp.

+ Here is the caller graph for this function:

◆ Visit() [1/2]

void debug_commandscript::CreatureCountWorker::Visit ( std::unordered_map< ObjectGuid, Creature * > const &  creatureMap)
inline

Definition at line 1734 of file cs_debug.cpp.

◆ Visit() [2/2]

template<class T >
static void debug_commandscript::CreatureCountWorker::Visit ( std::unordered_map< ObjectGuid, T * > const &  )
inlinestatic

Definition at line 1741 of file cs_debug.cpp.

Member Data Documentation

◆ creatureCountsById

std::unordered_map<uint32, uint32> debug_commandscript::CreatureCountWorker::creatureCountsById
private

Definition at line 1767 of file cs_debug.cpp.


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