TrinityCore
Loading...
Searching...
No Matches
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 1710 of file SmartScriptMgr.h.

Constructor & Destructor Documentation

◆ ObjectGuidVector()

ObjectGuidVector::ObjectGuidVector ( ObjectVector const &  objectVector)
explicit

Definition at line 2651 of file SmartScriptMgr.cpp.

◆ ~ObjectGuidVector()

ObjectGuidVector::~ObjectGuidVector ( )
inline

Definition at line 1723 of file SmartScriptMgr.h.

Member Function Documentation

◆ AddGuid()

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

Definition at line 1721 of file SmartScriptMgr.h.

◆ GetObjectVector()

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

Definition at line 1715 of file SmartScriptMgr.h.

+ Here is the call graph for this function:

◆ UpdateObjects()

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

Definition at line 2658 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 1726 of file SmartScriptMgr.h.

◆ _objectVector

ObjectVector ObjectGuidVector::_objectVector
mutableprivate

Definition at line 1727 of file SmartScriptMgr.h.


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