|
| 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) |
| |