TrinityCore
ObjectGuidVector Class Reference

#include <SmartScriptMgr.h>

Public Member Functions

 ObjectGuidVector (ObjectVector const &objectVector)
 
ObjectVector const * GetObjectVector (WorldObject const &ref) const
 
void AddGuid (ObjectGuid const &guid)
 
 ~ObjectGuidVector ()
 

Private Member Functions

void UpdateObjects (WorldObject const &ref) const
 

Private Attributes

GuidVector _guidVector
 
ObjectVector _objectVector
 

Detailed Description

Definition at line 1671 of file SmartScriptMgr.h.

Constructor & Destructor Documentation

◆ ObjectGuidVector()

ObjectGuidVector::ObjectGuidVector ( ObjectVector const &  objectVector)
explicit

Definition at line 2483 of file SmartScriptMgr.cpp.

◆ ~ObjectGuidVector()

ObjectGuidVector::~ObjectGuidVector ( )
inline

Definition at line 1684 of file SmartScriptMgr.h.

Member Function Documentation

◆ AddGuid()

void ObjectGuidVector::AddGuid ( ObjectGuid const &  guid)
inline

Definition at line 1682 of file SmartScriptMgr.h.

◆ GetObjectVector()

ObjectVector const * ObjectGuidVector::GetObjectVector ( WorldObject const &  ref) const
inline

Definition at line 1676 of file SmartScriptMgr.h.

+ Here is the call graph for this function:

◆ UpdateObjects()

void ObjectGuidVector::UpdateObjects ( WorldObject const &  ref) const
private

Definition at line 2490 of file SmartScriptMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ _guidVector

GuidVector ObjectGuidVector::_guidVector
private

Definition at line 1687 of file SmartScriptMgr.h.

◆ _objectVector

ObjectVector ObjectGuidVector::_objectVector
mutableprivate

Definition at line 1688 of file SmartScriptMgr.h.


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