|
Anklang-0.3.0.dev797+g4e3241f3 anklang-0.3.0.dev797+g4e3241f3
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Wrapper for juce::WeakReference<tracktion::Selectable> More...
#include "trkn-utils.hh"
Public Member Functions | |
| tracktion::Selectable * | get () const noexcept |
| SelectableBaseref (tracktion::Selectable *obj) | |
| SelectableBaseref (const SelectableBaseref &ref) | |
| SelectableBaseref & | operator= (tracktion::Selectable *obj) |
| SelectableBaseref & | operator= (const SelectableBaseref &ref) |
Wrapper for juce::WeakReference<tracktion::Selectable>
Definition at line 11 of file trkn-utils.hh.
| Ase::SelectableBaseref::~SelectableBaseref | ( | ) |
Definition at line 31 of file trkn-utils.cc.
|
explicit |
Definition at line 24 of file trkn-utils.cc.
| Ase::SelectableBaseref::SelectableBaseref | ( | tracktion::Selectable * | obj | ) |
Definition at line 19 of file trkn-utils.hh.
| Ase::SelectableBaseref::SelectableBaseref | ( | const SelectableBaseref & | ref | ) |
Definition at line 20 of file trkn-utils.hh.
|
noexcept |
Definition at line 38 of file trkn-utils.cc.
| SelectableBaseref & Ase::SelectableBaseref::operator= | ( | const SelectableBaseref & | ref | ) |
Definition at line 22 of file trkn-utils.hh.
| SelectableBaseref & Ase::SelectableBaseref::operator= | ( | tracktion::Selectable * | obj | ) |
Definition at line 21 of file trkn-utils.hh.