OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
state_element.hpp
Go to the documentation of this file.
1#pragma once
2#include <ossia/detail/config.hpp>
3
4#include <ossia/editor/state/control_message.hpp>
8
12namespace ossia
13{
17OSSIA_EXPORT void launch(state_element& e);
18
22OSSIA_EXPORT std::ostream& print(std::ostream& os, const state_element& dt);
23
25get_state_element(std::vector<ossia::state_element>::iterator iterator)
26{
27 return *iterator;
28}
29}
Definition git_info.h:7
void launch(state_element &e)
launch Launch a state_element
Definition state_element.cpp:18
ossia::nullable_variant< message, state, piecewise_message, piecewise_vec_message< 2 >, piecewise_vec_message< 3 >, piecewise_vec_message< 4 > > state_element
Definition state_element_fwd.hpp:28
std::ostream & print(std::ostream &out, const state_element &e)
print Print a state_element
Definition state_element.cpp:23