TrinityCore
Position.cpp File Reference
#include "Position.h"
#include "ByteBuffer.h"
#include "DB2Stores.h"
#include "GridDefines.h"
#include "World.h"
#include <G3D/g3dmath.h>
#include <sstream>
+ Include dependency graph for Position.cpp:

Go to the source code of this file.

Functions

ByteBufferoperator<< (ByteBuffer &buf, Position::ConstStreamer< Position::XY > const &streamer)
 
ByteBufferoperator>> (ByteBuffer &buf, Position::Streamer< Position::XY > const &streamer)
 
ByteBufferoperator<< (ByteBuffer &buf, Position::ConstStreamer< Position::XYZ > const &streamer)
 
ByteBufferoperator>> (ByteBuffer &buf, Position::Streamer< Position::XYZ > const &streamer)
 
ByteBufferoperator<< (ByteBuffer &buf, Position::ConstStreamer< Position::XYZO > const &streamer)
 
ByteBufferoperator>> (ByteBuffer &buf, Position::Streamer< Position::XYZO > const &streamer)
 
ByteBufferoperator<< (ByteBuffer &buf, Position::ConstStreamer< Position::PackedXYZ > const &streamer)
 

Function Documentation

◆ operator<<() [1/4]

ByteBuffer & operator<< ( ByteBuffer buf,
Position::ConstStreamer< Position::PackedXYZ > const &  streamer 
)

Definition at line 197 of file Position.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/4]

ByteBuffer & operator<< ( ByteBuffer buf,
Position::ConstStreamer< Position::XY > const &  streamer 
)

Definition at line 149 of file Position.cpp.

+ Here is the call graph for this function:

◆ operator<<() [3/4]

ByteBuffer & operator<< ( ByteBuffer buf,
Position::ConstStreamer< Position::XYZ > const &  streamer 
)

Definition at line 164 of file Position.cpp.

+ Here is the call graph for this function:

◆ operator<<() [4/4]

ByteBuffer & operator<< ( ByteBuffer buf,
Position::ConstStreamer< Position::XYZO > const &  streamer 
)

Definition at line 180 of file Position.cpp.

+ Here is the call graph for this function:

◆ operator>>() [1/3]

ByteBuffer & operator>> ( ByteBuffer buf,
Position::Streamer< Position::XY > const &  streamer 
)

Definition at line 156 of file Position.cpp.

+ Here is the call graph for this function:

◆ operator>>() [2/3]

ByteBuffer & operator>> ( ByteBuffer buf,
Position::Streamer< Position::XYZ > const &  streamer 
)

Definition at line 172 of file Position.cpp.

+ Here is the call graph for this function:

◆ operator>>() [3/3]

ByteBuffer & operator>> ( ByteBuffer buf,
Position::Streamer< Position::XYZO > const &  streamer 
)

Definition at line 189 of file Position.cpp.

+ Here is the call graph for this function: