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