Wwise SDK 2022.1.18
|
#include <AkFifoQueue.h>
Public Member Functions | |
AkFifoQueue () | |
~AkFifoQueue () | |
AKRESULT | Init (AkUInt32 in_uMaxEntries) |
void | Term () |
AK_NODISCARD bool | Enqueue (T in_value) |
bool | Dequeue (T &io_value) |
bool | Empty () |
Checks if there is a value available to be dequeued. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from AkArrayAllocatorNoAlign< T_MEMID > | |
static AkForceInline void * | Alloc (size_t in_uSize) |
static AkForceInline void * | ReAlloc (void *in_pCurrent, size_t in_uOldSize, size_t in_uNewSize) |
static AkForceInline void | Free (void *in_pAddress) |
static AkForceInline void | TransferMem (void *&io_pDest, AkArrayAllocatorNoAlign< T_MEMID > in_srcAlloc, void *in_pSrc) |
AkFifoQueue is a lock-less, thread-safe, multi-producer-multi-consumer queue data structure. It is designed to hold copyable values.
Definition at line 37 of file AkFifoQueue.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise