Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include <ase/cxxaux.hh>
Go to the source code of this file.
Classes | |
class | Ase::Serializable |
Interface for serializable objects with Reflink support. More... | |
struct | Ase::IconString |
Namespaces | |
namespace | Ase |
The Anklang C++ API namespace. | |
Typedefs | |
using | Ase::CallbackS = std::vector< std::function< void()> > |
using | Ase::DCallbackS = std::vector< std::function< void(double)> > |
using | Ase::EventConnectionW = std::weak_ptr< EventConnection > |
using | Ase::EventConnectionP = std::shared_ptr< EventConnection > |
using | Ase::EventHandler = std::function< void(const Event &)> |
using | Ase::InstanceP = std::shared_ptr< SharedBase > |
using | Ase::ValueP = std::shared_ptr< Value > |
using | Ase::WritNodeS = std::vector< WritNode > |