TrinityCore
WowTime.cpp File Reference
#include "WowTime.h"
#include "ByteBuffer.h"
#include "Errors.h"
#include "Util.h"
+ Include dependency graph for WowTime.cpp:

Go to the source code of this file.

Functions

std::strong_ordering operator<=> (WowTime const &left, WowTime const &right)
 
ByteBufferoperator<< (ByteBuffer &data, WowTime const &wowTime)
 
ByteBufferoperator>> (ByteBuffer &data, WowTime &wowTime)
 

Function Documentation

◆ operator<<()

ByteBuffer & operator<< ( ByteBuffer data,
WowTime const &  wowTime 
)

Definition at line 207 of file WowTime.cpp.

◆ operator<=>()

std::strong_ordering operator<=> ( WowTime const &  left,
WowTime const &  right 
)

Definition at line 142 of file WowTime.cpp.

◆ operator>>()

ByteBuffer & operator>> ( ByteBuffer data,
WowTime wowTime 
)

Definition at line 213 of file WowTime.cpp.