![]() |
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.
Classes | |
| struct | Position |
| struct | Position::ConstStreamer< Tag > |
| struct | Position::Streamer< Tag > |
| class | WorldLocation |
| struct | TaggedPosition< Tag > |
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) |
| #define MAPID_INVALID 0xFFFFFFFF |
Definition at line 165 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::XY > const & | streamer | ||
| ) |
| TC_GAME_API ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| Position::Streamer< Position::XYZ > const & | streamer | ||
| ) |
| TC_GAME_API ByteBuffer & operator>> | ( | ByteBuffer & | buf, |
| Position::Streamer< Position::XYZO > const & | streamer | ||
| ) |