Version
menu

Wwise SDK 2023.1.18
AkFifoQueue Struct Template Reference

#include AkFifoQueue.h>

Inheritance diagram for AkFifoQueue:
AkArrayAllocatorNoAlign< T_MEMID >

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
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 in_srcAlloc, void *in_pSrc)
 

Detailed Description

template
struct AkFifoQueue

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.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise