Anklang-0.3.0.dev956+gd75ac925 anklang-0.3.0.dev956+gd75ac925
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
device.hh
Go to the documentation of this file.
1 // This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0
2#pragma once
3
4#include <ase/gadget.hh>
5
6namespace Ase {
7
8class DeviceImpl : public GadgetImpl, public virtual Device {
9protected:
10 explicit DeviceImpl () {} // abstract base
11};
12
13} // Ase
14
Interface to access Device instances.
Definition api.hh:211
Base type for classes that have a Property.
Definition gadget.hh:11
The Anklang C++ API namespace.
Definition api.hh:8