|
Wwise SDK 2022.1.19
|
#include <AkBytesMem.h>
公開メンバ関数 | |
| ReadBytesMem () | |
| ReadBytesMem (const void *in_pBytes, AkInt32 in_cBytes) | |
| virtual | ~ReadBytesMem () |
| virtual bool | ReadBytes (void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cRead) |
| void | Attach (const void *in_pBytes, AkInt32 in_cBytes) |
基底クラス AK::IReadBytes に属する継承公開メンバ関数 | |
| template<class T > | |
| bool | Read (T &out_data) |
| template<class T > | |
| T | Read () |
| template<class CHAR_T > | |
| bool | ReadString (CHAR_T *out_pszString, AkInt32 in_nMax) |
AkBytesMem.h の 41 行目に定義があります。