|
Wwise SDK 2024.1.9
|
#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.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise