Wwise SDK 2021.1.9
AkCountPolicyNoCount
Version
Wwise SDK 2021.1.9
|
AkCountPolicyNoCount< T > Class Template Reference
#include <AkListBare.h>
Inheritance diagram for AkCountPolicyNoCount< T >:

Protected Member Functions | |
AkForceInline void | ResetCount (T *) |
AkForceInline void | IncrementCount (T *) |
AkForceInline void | DecrementCount (T *) |
Detailed Description
template<class T>
class AkCountPolicyNoCount< T >
Item count policy. These policy classes must define protected methods ResetCount(), IncrementCount(), DecrementCount() and optionally, public unsigned int Length() const.
Definition at line 79 of file AkListBare.h.