Version
menu
Go to the source code of this file.
Classes | |
| struct | AkSetGetKey |
| class | AkSet |
| class | AkBookmarkSet |
Typedefs | |
| typedef AkSetAkUniqueID, ArrayPoolDefault > | AkUniqueIDSet |
Enumerations | |
| enum | AkSetType { SetType_Inclusion, SetType_Exclusion } |
Functions | |
| template | |
| static bool | AkDisjoint (const AkSet &in_A, const AkSet &in_B) |
| template | |
| static bool | AkIntersect (const AkSet &in_A, const AkSet &in_B) |
| template | |
| static bool | AkIsSubset (const AkSet &in_A, const AkSet &in_B) |
| template | |
| static AkUInt32 | AkCountIntersection (const AkSet &in_A, const AkSet &in_B) |
| template | |
| static bool | AkSubtraction (AkSet &in_A, const AkSet &in_B) |
| template | |
| static bool | AkIntersection (AkSet &in_A, const AkSet &in_B) |
| template | |
| static bool | AkIntersection (AkSet &out_res, const AkSet &in_A, const AkSet &in_B) |
| template | |
| static bool | AkUnion (AkSet &io_A, const AkSet &in_B) |
| template | |
| static bool | AkIntersect (const AkSet &in_A, AkSetType in_typeA, const AkSet &in_B, AkSetType in_typeB) |
| template | |
| static bool | AkContains (const AkSet &in_Set, AkSetType in_type, T in_item) |
| template | |
| static bool | AkSubtraction (AkSet &in_A, AkSetType in_typeA, const AkSet &in_B, AkSetType in_typeB) |
| template | |
| static bool | AkUnion (AkSet &io_A, AkSetType &io_typeA, const AkSet &in_B, AkSetType in_typeB) |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise