TrinityCore
Loading...
Searching...
No Matches
ObjectGuid.cpp File Reference
#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

ByteBufferoperator<< (ByteBuffer &buf, ObjectGuid const &guid)
 
ByteBufferoperator>> (ByteBuffer &buf, ObjectGuid &guid)
 
ByteBufferoperator<< (ByteBuffer &buf, PackedGuid const &guid)
 
ByteBufferoperator<< (ByteBuffer &buf, PackedGuidWriter const &guid)
 
ByteBufferoperator>> (ByteBuffer &buf, PackedGuidReader const &guid)
 

Function Documentation

◆ operator<<() [1/3]

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:

◆ operator<<() [2/3]

ByteBuffer & operator<< ( ByteBuffer buf,
PackedGuid const &  guid 
)

Definition at line 148 of file ObjectGuid.cpp.

◆ operator<<() [3/3]

ByteBuffer & operator<< ( ByteBuffer buf,
PackedGuidWriter const &  guid 
)

Definition at line 154 of file ObjectGuid.cpp.

+ Here is the call graph for this function:

◆ operator>>() [1/2]

ByteBuffer & operator>> ( ByteBuffer buf,
ObjectGuid guid 
)

Definition at line 142 of file ObjectGuid.cpp.

+ Here is the call graph for this function:

◆ operator>>() [2/2]

ByteBuffer & operator>> ( ByteBuffer buf,
PackedGuidReader const &  guid 
)

Definition at line 160 of file ObjectGuid.cpp.

+ Here is the call graph for this function: