Anklang-0.3.0.dev956+gd75ac925
anklang-0.3.0.dev956+gd75ac925
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation
Loading...
Searching...
No Matches
ase
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
6
namespace
Ase
{
7
8
class
DeviceImpl
:
public
GadgetImpl
,
public
virtual
Device
{
9
protected
:
10
explicit
DeviceImpl
() {}
// abstract base
11
};
12
13
}
// Ase
14
Ase::DeviceImpl
Definition
device.hh:8
Ase::Device
Interface to access Device instances.
Definition
api.hh:211
Ase::GadgetImpl
Base type for classes that have a Property.
Definition
gadget.hh:11
gadget.hh
Ase
The Anklang C++ API namespace.
Definition
api.hh:8
« « « Anklang Documentation