2#include <ossia/detail/nullable_variant.hpp>
3#include <ossia/detail/string_view.hpp>
4#include <ossia/network/common/parameter_properties.hpp>
28 = ossia::nullable_variant<ossia::val_type, ossia::unit_t, ossia::extended_type>;
58 const ossia::value& v,
const ossia::complex_type& source_t,
59 const ossia::complex_type& dest_t);
The node_base class.
Definition node.hpp:48
The parameter_base class.
Definition ossia/network/base/parameter.hpp:48
The value class.
Definition value.hpp:173
ossia::val_type underlying_type(const complex_type &t)
Definition complex_type.cpp:40
val_type
Enum to represent the types that a value can take.
Definition parameter_properties.hpp:16
std::string extended_type
How a low-level type should be interpreted.
Definition complex_type.hpp:9
net::parameter_base * setup_parameter(const complex_type &t, net::node_base &node)
Creates a parameter in a node according to a complex type.
Definition complex_type.cpp:101
void update_parameter_type(const complex_type &t, net::parameter_base &addr)
Change the type of a parameter according to a complex type.
Definition complex_type.cpp:294
net::parameter_base * try_setup_parameter(std::string_view str, net::node_base &node)
Creates a parameter in a node according to heuristics.
Definition complex_type.cpp:251
The data that can be found inside a parameter.
Definition parameter_data.hpp:21