VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
tklb::EventBus< EVENT_COUNT, EventId, MutexType >::BaseSubscription Class Reference
Inheritance diagram for tklb::EventBus< EVENT_COUNT, EventId, MutexType >::BaseSubscription:
Collaboration diagram for tklb::EventBus< EVENT_COUNT, EventId, MutexType >::BaseSubscription:

Public Member Functions

virtual ~BaseSubscription ()
 

Detailed Description

template<int EVENT_COUNT, typename EventId = int, class MutexType = MutexDummy>
class tklb::EventBus< EVENT_COUNT, EventId, MutexType >::BaseSubscription

Definition at line 35 of file TEventBus.hpp.

Constructor & Destructor Documentation

◆ ~BaseSubscription()

template<int EVENT_COUNT, typename EventId = int, class MutexType = MutexDummy>
virtual tklb::EventBus< EVENT_COUNT, EventId, MutexType >::BaseSubscription::~BaseSubscription ( )
inlinevirtual

Definition at line 37 of file TEventBus.hpp.

37{ };

The documentation for this class was generated from the following file: