|
Wwise SDK 2023.1.17
|
#include <AkBytesCount.h>
公開メンバ関数 | |
| ReadBytesSkip () | |
| ReadBytesSkip (const void *in_pBytes, AkInt32 in_cBytes) | |
| virtual | ~ReadBytesSkip () |
| virtual bool | ReadBytes (void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cRead) |
| void | Attach (const void *in_pBytes, AkInt32 in_cBytes) |
| AkInt32 | Count () |
基底クラス 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) |
AkBytesCount.h の 41 行目に定義があります。