![]() |
TrinityCore
|
#include "ObjectGuid.h"#include "ByteBuffer.h"#include "Errors.h"#include "Log.h"#include "Util.h"#include "World.h"#include <charconv>
Include dependency graph for ObjectGuid.cpp:Go to the source code of this file.
Functions | |
| ByteBuffer & | operator<< (ByteBuffer &buf, ObjectGuid const &guid) |
| ByteBuffer & | operator>> (ByteBuffer &buf, ObjectGuid &guid) |
| ByteBuffer & | operator<< (ByteBuffer &buf, PackedGuid const &guid) |
| ByteBuffer & | operator<< (ByteBuffer &buf, PackedGuidWriter const &guid) |
| ByteBuffer & | operator>> (ByteBuffer &buf, PackedGuidReader const &guid) |
| ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| ObjectGuid const & | guid | ||
| ) |
Definition at line 136 of file ObjectGuid.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| PackedGuid const & | guid | ||
| ) |
Definition at line 148 of file ObjectGuid.cpp.
| ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| PackedGuidWriter const & | guid | ||
| ) |
| ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| ObjectGuid & | guid | ||
| ) |
| ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| PackedGuidReader const & | guid | ||
| ) |