Wwise SDK
_ak_set_8h_source
バージョン
menu
AkSet.h
[詳解]
39 // - An optional set type specifier which is passed into some set operations. If it is not included, SetType_Inclusion is assumed.
47 };
56 templatetypename T, class U_POOL = ArrayPoolDefault, class uGrowBy = AkGrowByPolicy_DEFAULT, class TMovePolicy = AkAssignmentMovePolicy, class TComparePolicy = AkDefaultSortedKeyCompare >
60 bool Contains(T in_item) const { return AkSortedKeyArray , uGrowBy, TMovePolicy, TComparePolicy >::Exists(in_item) != NULL; }
74 templatetypename T, class TMovePolicy = AkAssignmentMovePolicy, class TComparePolicy = AkDefaultSortedKeyCompare >
86 // The memory will get cleaned up when AK::BookmarkAlloc::BookmarkAllocRegion mark goes out of scope.
96 templatetypename T, class U_POOL = ArrayPoolDefault, class uGrowBy, class TMovePolicy, class TComparePolicy >
105 else if (*itA
318 // - Return true if the intersection of in_A (a set of type in_typeA), and in_B (a set of type in_typeB) is not the empty set.
321 static inline bool AkIntersect(const AkSet & in_A, AkSetType in_typeA, const AkSet & in_B, AkSetType in_typeB)
354 static inline bool AkSubtraction(AkSet & in_A, AkSetType in_typeA, const AkSet & in_B, AkSetType in_typeB)
static bool AkContains(const AkSet &in_Set, AkSetType in_type, T in_item)
Definition: AkSet.h:343
Definition: AkSet.h:76
Definition: AkSet.h:58
static AkUInt32 AkCountIntersection(const AkSet &in_A, const AkSet &in_B)
Definition: AkSet.h:150
Definition: AkSet.h:50
T * Exists(T in_key) const
Definition: AkKeyArray.h:230
AkForceInline void Init(AK::IAkPluginMemAlloc *in_pAllocator)
Definition: IAkPluginMemAlloc.h:201
Definition: IAkPluginMemAlloc.h:42
AkBookmarkSet(AK::IAkPluginMemAlloc *in_pAllocator)
Definition: AkSet.h:79
Definition: AkKeyArray.h:204
Iterator Begin() const
Returns the iterator to the first item of the array, will be End() if the array is empty.
Definition: AkArray.h:346
AkForceInline AkUInt32 Length() const
Returns the numbers of items in the array.
Definition: AkArray.h:568
typename base::Iterator Iterator
Definition: AkKeyArray.h:207