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

◆ describe()

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

Definition at line 276 of file Schema.hpp.

277 {
278 return std::make_tuple(
280 IO::member("fabric_name", &FabricSchema::fabric_name),
283 IO::member("ranges", &FabricSchema::ranges));
284 }
constexpr auto member(std::string_view key, T Class::*ptr)
std::vector< EntityRecord > entities
Definition Schema.hpp:272
std::vector< ExpanseRecord > expanses
Definition Schema.hpp:273

References entities, expanses, fabric_name, MayaFlux::IO::member(), ranges, and version.

+ Here is the call graph for this function: