![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Namespaces | |
| namespace | ChatCommands |
| namespace | EnumUtilsImpl |
| namespace | StringConvertImpl |
Classes | |
| struct | CastToVisitor |
| struct | CryptoGenericsImpl |
| struct | CurrentServerProcessHolder |
| struct | GenericBaseEncoding |
| class | GenericHash |
| struct | GenericHashImpl |
| class | GenericHMAC |
| class | MPSCQueueIntrusive |
| C++ implementation of Dmitry Vyukov's lock-free MPSC queue (Intrusive). More... | |
| class | MPSCQueueNonIntrusive |
| C++ implementation of Dmitry Vyukov's lock-free MPSC queue (Non-Intrusive). More... | |
Functions | |
| template<class T , class Tuple , std::size_t... I> | |
| T * | new_from_tuple (Tuple &&args, std::index_sequence< I... >) |
| AC_COMMON_API std::string | ByteArrayToHexStr (uint8 const *bytes, std::size_t length, bool reverse=false) |
| AC_COMMON_API void | HexStrToByteArray (std::string_view str, uint8 *out, std::size_t outlen, bool reverse=false) |
| std::string Acore::Impl::ByteArrayToHexStr | ( | uint8 const * | bytes, |
| std::size_t | length, | ||
| bool | reverse = false |
||
| ) |
Referenced by ByteArrayToHexStr(), Guild::HandleMemberDepositMoney(), Guild::HandleMemberWithdrawMoney(), WardenMac::Init(), and WardenWin::Init().
| void Acore::Impl::HexStrToByteArray | ( | std::string_view | str, |
| uint8 * | out, | ||
| std::size_t | outlen, | ||
| bool | reverse = false |
||
| ) |
References ASSERT.
Referenced by HexStrToByteArray().
| T * Acore::Impl::new_from_tuple | ( | Tuple && | args, |
| std::index_sequence< I... > | |||
| ) |