|
Wwise SDK 2021.1.14
|
#include <AkString.h>
Public 成员函数 | |
| AkString () | |
| template<typename T_CHAR2 > | |
| AkString (const T_CHAR2 *in_pStr) | |
| AkString (const AkString< TAlloc, T_CHAR > &in_other) | |
| template<typename TAlloc2 , typename T_CHAR2 > | |
| AkString (const AkString< TAlloc2, T_CHAR2 > &in_other) | |
| AKRESULT | AllocCopy () |
| void | Transfer (AkString< TAlloc, T_CHAR > &in_from) |
| const T_CHAR * | Get () const |
| AkString & | operator= (const AkString< TAlloc, T_CHAR > &in_rhs) |
| template<typename TAlloc2 , typename T_CHAR2 > | |
| AkString & | operator= (const AkString< TAlloc2, T_CHAR2 > &in_rhs) |
| template<typename T_CHAR2 > | |
| AkString & | operator= (const T_CHAR2 *in_pStr) |
Public 成员函数 继承自 AkStringData< TAlloc, T_CHAR >
| |
| AkStringData () | |
| AkStringData (const T_CHAR *in_pStr) | |
| ~AkStringData () | |
| void | Term () |
| void | ClearReference () |
额外继承的成员函数 | |
Protected 属性 继承自 AkStringData< TAlloc, T_CHAR >
| |
| const T_CHAR * | pStr |
| bool | bOwner |
在文件 AkString.h 第 66 行定义.