Table of Contents
Wwise SDK 2018.1.11
|
AK::WriteBytesMem Class Reference
Inheritance diagram for AK::WriteBytesMem:

Public Member Functions | |
WriteBytesMem () | |
virtual | ~WriteBytesMem () |
virtual bool | WriteBytes (const void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cWritten) |
virtual bool | Reserve (AkInt32 in_cBytes) |
virtual AkInt32 | Count () const |
virtual void | SetCount (AkInt32 in_cBytes) |
Set number of bytes written. More... |
|
virtual AkUInt8 * | Bytes () const |
virtual AkUInt8 * | Detach () |
Return pointer to buffer and clear internal pointer. More... |
|
virtual void | Clear () |
Clear the buffer contents. More... |
|
void | SetMemPool (AkMemPoolId in_pool) |
Interface | |
![]() | |
template<class T > | |
bool | Write (const T &in_data) |
bool | WriteString (const wchar_t *in_pszString) |
bool | WriteString (const char *in_pszString) |
Detailed Description
Definition at line 75 of file AkBytesMem.h.
The documentation for this class was generated from the following file:
- include/AK/SoundEngine/Common/AkBytesMem.h