|
Wwise SDK 2025.1.3
|
#include <AkFifoQueue.h>
Public 멤버 함수 | |
| 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 더 자세히 ... | |
추가로 상속된 멤버들 | |
AkArrayAllocatorNoAlign< T_MEMID >(으)로부터 상속된 정적 Public 멤버 함수 | |
| 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.
AkFifoQueue.h 파일의 37 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요