menu
Version
2024.1.3.8749
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2024.1.3
|
#include <AkString.h>
Classes | |
struct | Entry |
struct | Instance |
Public Types | |
typedef AkDbString< TAlloc, T_CHAR > | tThis |
typedef AkString< TAlloc, T_CHAR > | tString |
typedef AkHashList< AkUInt32, Entry, TAlloc > | tStringTable |
Public Member Functions | |
AkDbString () | |
AkDbString (const tThis &in_fromDbStr) | |
template<typename TAlloc2 , typename T_CHAR2 > | |
AkDbString (const AkString< TAlloc2, T_CHAR2 > &in_fromStr) | |
tThis & | operator= (const tThis &in_rhs) |
template<typename TAlloc2 , typename T_CHAR2 > | |
tThis & | operator= (const AkString< TAlloc2, T_CHAR2 > &in_rhs) |
template<typename T_CHAR2 > | |
tThis & | operator= (const T_CHAR2 *in_rhs) |
~AkDbString () | |
const T_CHAR * | Get () const |
tString | GetString () const |
void | Reset () |
AkUInt32 | GetHash () const |
Static Public Member Functions | |
static AKRESULT | InitDB () |
static void | TermDB () |
static const T_CHAR * | GetFromHash (AkUInt32 in_uHash) |
Protected Member Functions | |
template<typename TAlloc2 , typename T_CHAR2 > | |
AKRESULT | Aquire (const AkString< TAlloc2, T_CHAR2 > &in_str) |
AKRESULT | Aquire (AkUInt32 in_uHash) |
void | Release () |
Protected Attributes | |
AkUInt32 | m_uHash |
Definition at line 271 of file AkString.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise