![]() |
TrinityCore
|
#include "ObjectGuid.h"#include "ByteBuffer.h"#include "Errors.h"#include "RealmList.h"#include "StringFormat.h"#include "Util.h"#include <charconv>
Include dependency graph for ObjectGuid.cpp:Go to the source code of this file.
Macros | |
| #define | SET_GUID_INFO(type, format, parse) |
Functions | |
| static uint32 | GetRealmIdForObjectGuid (uint32 realmId) |
| ByteBuffer & | operator<< (ByteBuffer &buf, ObjectGuid const &guid) |
| ByteBuffer & | operator>> (ByteBuffer &buf, ObjectGuid &guid) |
| #define SET_GUID_INFO | ( | type, | |
| format, | |||
| parse | |||
| ) |
| ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| ObjectGuid const & | guid | ||
| ) |
| ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| ObjectGuid & | guid | ||
| ) |
Definition at line 1111 of file ObjectGuid.cpp.