![]() |
TrinityCore
|
Namespaces | |
| namespace | ChatCommands |
| namespace | EnumUtilsImpl |
| namespace | StringConvertImpl |
Classes | |
| struct | CastToVisitor |
| struct | CryptoGenericsImpl |
| struct | CurrentServerProcessHolder |
| struct | GenericBaseEncoding |
| class | GenericHash |
| struct | GenericHashImpl |
| class | GenericHMAC |
| class | MPSCQueueIntrusive |
| class | MPSCQueueNonIntrusive |
| struct | SpawnObjectTypeForImpl |
| struct | SpawnObjectTypeForImpl< Creature > |
| struct | SpawnObjectTypeForImpl< GameObject > |
Functions | |
| template<class T , class Tuple , size_t... I> | |
| T * | new_from_tuple (Tuple &&args, std::index_sequence< I... >) |
| TC_COMMON_API std::string | ByteArrayToHexStr (uint8 const *bytes, size_t length, bool reverse=false) |
| TC_COMMON_API void | HexStrToByteArray (std::string_view str, uint8 *out, size_t outlen, bool reverse=false) |
| TC_COMMON_API std::string | GetTypeName (std::type_info const &) |
| std::string Trinity::Impl::ByteArrayToHexStr | ( | uint8 const * | bytes, |
| size_t | length, | ||
| bool | reverse = false |
||
| ) |
| std::string Trinity::Impl::GetTypeName | ( | std::type_info const & | info | ) |
| void Trinity::Impl::HexStrToByteArray | ( | std::string_view | str, |
| uint8 * | out, | ||
| size_t | outlen, | ||
| bool | reverse = false |
||
| ) |