![]() |
TrinityCore
|
Namespaces | |
| namespace | ChatCommands |
| namespace | EnumUtilsImpl |
| namespace | StringConvertImpl |
Classes | |
| struct | CastToVisitor |
| struct | CryptoGenericsImpl |
| struct | GenericBaseEncoding |
| class | GenericHash |
| struct | GenericHashImpl |
| class | GenericHMAC |
| class | MPSCQueueIntrusive |
| class | MPSCQueueNonIntrusive |
| struct | SpawnObjectTypeForImpl |
| struct | SpawnObjectTypeForImpl< AreaTrigger > |
| struct | SpawnObjectTypeForImpl< Creature > |
| struct | SpawnObjectTypeForImpl< GameObject > |
| struct | stateful_unique_ptr_deleter |
| struct | stateless_unique_ptr_deleter |
Functions | |
| template<typename T > | |
| T * | AssertNotNull (T *pointer, char const *file, int line, char const *function, char const *message) noexcept |
| std::string | StringVFormat (FormatStringView fmt, FormatArgs args) noexcept |
| void | StringVFormatToImpl (fmt::detail::buffer< char > &buffer, FormatStringView fmt, FormatArgs args) noexcept |
| template<class T , class Tuple , size_t... I> | |
| T * | new_from_tuple (Tuple &&args, std::index_sequence< I... >) |
| template<template< typename > typename Check, typename T , typename... Ts> | |
| consteval auto | find_type_in_list_if_impl () |
| 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 &) |
|
inlinenoexcept |
| std::string Trinity::Impl::ByteArrayToHexStr | ( | uint8 const * | bytes, |
| size_t | length, | ||
| bool | reverse = false |
||
| ) |
| consteval auto Trinity::Impl::find_type_in_list_if_impl | ( | ) |
| 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 |
||
| ) |
|
inline |
|
noexcept |
Definition at line 23 of file StringFormat.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |