Version

menu_open
Attention : vous avez été redirigé vers la plus récente documentation correspondant à votre version générale ( 2024.1.1.8691 ). Si vous souhaitez accéder à la documentation de votre version précise, veuillez télécharger la documentation hors ligne depuis l'Audiokinetic Launcher et sélectionner l'option de documentation Offline dans l'application de création Wwise.
Wwise SDK 2024.1.1
AkFifoQueue< T, TDEFAULT, TAlloc > Struct Template Reference

#include <AkFifoQueue.h>

Inheritance diagram for AkFifoQueue< T, TDEFAULT, TAlloc >:
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< 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)
 

Detailed Description

template<typename T, T TDEFAULT, class TAlloc = ArrayPoolDefault>
struct AkFifoQueue< T, TDEFAULT, TAlloc >

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