![]() |
TrinityCore
|
#include <ObjectGuid.h>
Public Member Functions | |
| ObjectGuidGenerator (HighGuid high, ObjectGuid::LowType start=1) | |
| ~ObjectGuidGenerator ()=default | |
| void | Set (ObjectGuid::LowType val) |
| ObjectGuid::LowType | Generate () |
| ObjectGuid::LowType | GetNextAfterMaxUsed () const |
Protected Member Functions | |
| void | HandleCounterOverflow () |
| void | CheckGuidTrigger () |
Protected Attributes | |
| HighGuid | _high |
| ObjectGuid::LowType | _nextGuid |
Definition at line 285 of file ObjectGuid.h.
|
inlineexplicit |
Definition at line 288 of file ObjectGuid.h.
|
default |
|
protected |
| ObjectGuid::LowType ObjectGuidGenerator::Generate | ( | ) |
|
inline |
Definition at line 293 of file ObjectGuid.h.
|
protected |
Definition at line 177 of file ObjectGuid.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 291 of file ObjectGuid.h.
|
protected |
Definition at line 298 of file ObjectGuid.h.
|
protected |
Definition at line 299 of file ObjectGuid.h.