![]() |
TrinityCore
|
Include dependency graph for Position.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | MAPID_INVALID 0xFFFFFFFF |
Functions | |
| TC_GAME_API ByteBuffer & | operator<< (ByteBuffer &buf, Position::ConstStreamer< Position::XY > const &streamer) |
| TC_GAME_API ByteBuffer & | operator>> (ByteBuffer &buf, Position::Streamer< Position::XY > const &streamer) |
| TC_GAME_API ByteBuffer & | operator<< (ByteBuffer &buf, Position::ConstStreamer< Position::XYZ > const &streamer) |
| TC_GAME_API ByteBuffer & | operator>> (ByteBuffer &buf, Position::Streamer< Position::XYZ > const &streamer) |
| TC_GAME_API ByteBuffer & | operator<< (ByteBuffer &buf, Position::ConstStreamer< Position::XYZO > const &streamer) |
| TC_GAME_API ByteBuffer & | operator>> (ByteBuffer &buf, Position::Streamer< Position::XYZO > const &streamer) |
| TC_GAME_API ByteBuffer & | operator<< (ByteBuffer &buf, Position::ConstStreamer< Position::PackedXYZ > const &streamer) |
| TC_GAME_API ByteBuffer & | operator>> (ByteBuffer &buf, Position::Streamer< Position::PackedXYZ > const &streamer) |
| #define MAPID_INVALID 0xFFFFFFFF |
Definition at line 189 of file Position.h.
| TC_GAME_API ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| Position::ConstStreamer< Position::PackedXYZ > const & | streamer | ||
| ) |
| TC_GAME_API ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| Position::ConstStreamer< Position::XY > const & | streamer | ||
| ) |
| TC_GAME_API ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| Position::ConstStreamer< Position::XYZ > const & | streamer | ||
| ) |
| TC_GAME_API ByteBuffer & operator<< | ( | ByteBuffer & | buf, |
| Position::ConstStreamer< Position::XYZO > const & | streamer | ||
| ) |
| TC_GAME_API ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| Position::Streamer< Position::PackedXYZ > const & | streamer | ||
| ) |
| TC_GAME_API ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| Position::Streamer< Position::XY > const & | streamer | ||
| ) |
Definition at line 224 of file Position.cpp.
| TC_GAME_API ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| Position::Streamer< Position::XYZ > const & | streamer | ||
| ) |
Definition at line 239 of file Position.cpp.
| TC_GAME_API ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| Position::Streamer< Position::XYZO > const & | streamer | ||
| ) |