Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "server.hh"
#include "jsonipc/jsonipc.hh"
#include "crawler.hh"
#include "platform.hh"
#include "properties.hh"
#include "serialize.hh"
#include "main.hh"
#include "driver.hh"
#include "utils.hh"
#include "project.hh"
#include "path.hh"
#include "clapdevice.hh"
#include "sndfile.hh"
#include "wave.hh"
#include "internal.hh"
#include <atomic>
Go to the source code of this file.
Classes | |
class | Ase::TelemetryPlan |
Namespaces | |
namespace | Ase |
The Anklang C++ API namespace. | |
Typedefs | |
using | Ase::TelemetryPlanW = ::std::weak_ptr< TelemetryPlan > |
using | Ase::TelemetryPlanP = ::std::shared_ptr< TelemetryPlan > |
using | Ase::TelemetryPlanS = ::std::vector< TelemetryPlanP > |
Functions | |
ChoiceS & | Ase::operator+= (ChoiceS &choices, Choice &&newchoice) |
Convenience ChoiceS construction helper. | |
const char * | Ase::ase_error_blurb (Error error) |
Describe Error condition. | |
Error | Ase::ase_error_from_errno (int sys_errno, Error fallback=Error::IO) |
Variables | |
ServerImpl * | Ase::SERVER |