MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ describe()

static constexpr auto MayaFlux::Nexus::State::WiringRecord::describe ( )
inlinestaticconstexpr

Definition at line 112 of file Schema.hpp.

113 {
114 return std::make_tuple(
120 }
constexpr auto opt_member(std::string_view key, std::optional< T > Class::*ptr)
Definition Mirror.hpp:43
constexpr auto member(std::string_view key, T Class::*ptr)
Definition Mirror.hpp:37
std::optional< size_t > times
Definition Schema.hpp:109
std::optional< double > interval
Definition Schema.hpp:107
std::optional< std::vector< WiringStep > > steps
Definition Schema.hpp:110
std::optional< double > duration
Definition Schema.hpp:108

References duration, interval, kind, MayaFlux::Reflect::member(), MayaFlux::Reflect::opt_member(), steps, and times.

+ Here is the call graph for this function: