file
value.hhNamespaces
- namespace Ase
- The Anklang C++ API namespace.
Classes
- struct Ase::Value
- Value type used to interface with various property types.
- struct Ase::EnumInfo
- Get auxiallary enum information.
- struct Ase::Event
- Structure for callback based notifications.
- class Ase::JsTrigger
- Callback mechanism for Jsonapi/Jsonipc.
Typedefs
-
using ValueVariant = std::
variant<std:: monostate, bool, int64, double, String, ValueS, ValueR, InstanceP> - Variant type to hold different types of values.