|
static LowType | GetMaxCounter (HighGuid high) |
|
static char const * | GetTypeName (HighGuid high) |
|
static ObjectGuid | FromString (std::string const &guidString) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Null, ObjectGuid > | Create () |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Uniq, ObjectGuid > | Create (ObjectGuid::LowType id) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Player, ObjectGuid > | Create (ObjectGuid::LowType dbId) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Item, ObjectGuid > | Create (ObjectGuid::LowType dbId) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::WorldObject, ObjectGuid > | Create (uint16 mapId, uint32 entry, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::WorldObject, ObjectGuid > | Create (uint8 subType, uint16 mapId, uint32 entry, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Transport, ObjectGuid > | Create (uint32 counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::ClientActor, ObjectGuid > | Create (uint16 ownerType, uint16 ownerId, uint32 counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::ChatChannel, ObjectGuid > | Create (bool builtIn, bool trade, uint16 zoneId, uint8 factionGroupMask, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Global, ObjectGuid > | Create (ObjectGuid::LowType dbId) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Guild, ObjectGuid > | Create (ObjectGuid::LowType dbId) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::MobileSession, ObjectGuid > | Create (uint16 arg1, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::WebObj, ObjectGuid > | Create (uint8 arg1, uint8 arg2, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::LFGObject, ObjectGuid > | Create (uint8 arg1, uint8 arg2, uint8 arg3, uint8 arg4, bool arg5, uint8 arg6, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::LFGList, ObjectGuid > | Create (uint8 arg1, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::Client, ObjectGuid > | Create (uint32 arg1, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::ClubFinder, ObjectGuid > | Create (uint8 clubType, uint32 clubFinderId, ObjectGuid::LowType dbId) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::ToolsClient, ObjectGuid > | Create (uint16 mapId, uint32 serverId, ObjectGuid::LowType counter) |
|
template<HighGuid type> |
static std::enable_if_t< ObjectGuidTraits< type >::Format::value==ObjectGuidFormatType::WorldLayer, ObjectGuid > | Create (uint32 arg1, uint16 arg2, uint8 arg3, uint32 arg4) |
|