Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Enumerations
OOSoundSourcePool.m File Reference
import "OOSoundSourcePool.h"
import "OOSound.h"
import "Universe.h"
+ Include dependency graph for OOSoundSourcePool.m:

Go to the source code of this file.

Classes

struct  OOSoundSourcePoolElement
 
category  OOSoundSourcePool(Private)
 

Macros

#define NEXT(x)   (((x) + 1) % _count)
 

Typedefs

typedef struct OOSoundSourcePoolElement PoolElement
 

Enumerations

enum  { kNoSlot = UINT8_MAX }
 

Macro Definition Documentation

◆ NEXT

#define NEXT ( x)    (((x) + 1) % _count)

Typedef Documentation

◆ PoolElement

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kNoSlot 

Definition at line 33 of file OOSoundSourcePool.m.

34{
35 kNoSlot = UINT8_MAX
36};
@ kNoSlot