Unravel Engine C++ Reference
|
Namespaces | |
namespace | adl_helper |
Functions | |
template<typename T > | |
auto | to_str (const T &t) -> std::string |
Converts a value to a string using ADL (Argument-Dependent Lookup). | |
template<> | |
auto | to_str (const state_t &t) -> std::string |
Specialization for converting state_t to a string. | |
template<typename T > | |
auto | type_to_str (const T &t) -> std::string |
Gets the type of a value as a string using ADL. | |
void | add_sequence_info (seq_action &action, const std::vector< seq_action > &actions) |
void | add_together_info (seq_action &action, const std::vector< seq_action > &actions) |
void | add_delay_info (seq_action &action) |
void | add_repeat_info (seq_action &repeat_action, const seq_action &action, size_t times) |
void | update_action_state (seq_action &action, state_t state) |
void | update_action_status (seq_action &action) |
void | add_location (seq_action &action, const hpp::source_location &location) |
template<typename T > | |
void | update_begin_value (seq_action &action, const T &begin) |
template<typename T > | |
void | update_action_status (seq_action &action, const T ¤t) |
template<typename Object , typename T > | |
void | add_info (seq_action &action, const std::string &updater_type, const Object &object, const T &end_value, const ease_t &ease_func) |
void seq::inspector::add_delay_info | ( | seq_action & | action | ) |
Definition at line 59 of file seq_inspector.cpp.
|
inline |
Definition at line 39 of file seq_inspector.h.
void seq::inspector::add_location | ( | seq_action & | action, |
const hpp::source_location & | location ) |
Definition at line 128 of file seq_inspector.cpp.
void seq::inspector::add_repeat_info | ( | seq_action & | repeat_action, |
const seq_action & | action, | ||
size_t | times ) |
Definition at line 77 of file seq_inspector.cpp.
void seq::inspector::add_sequence_info | ( | seq_action & | action, |
const std::vector< seq_action > & | actions ) |
Definition at line 7 of file seq_inspector.cpp.
void seq::inspector::add_together_info | ( | seq_action & | action, |
const std::vector< seq_action > & | actions ) |
Definition at line 33 of file seq_inspector.cpp.
|
inline |
Specialization for converting state_t to a string.
t | The state to convert. |
Definition at line 291 of file seq_common.h.
auto seq::inspector::to_str | ( | const T & | t | ) | -> std::string |
Converts a value to a string using ADL (Argument-Dependent Lookup).
T | The type of the value. |
t | The value to convert. |
Definition at line 280 of file seq_common.h.
auto seq::inspector::type_to_str | ( | const T & | t | ) | -> std::string |
Gets the type of a value as a string using ADL.
T | The type of the value. |
t | The value. |
Definition at line 311 of file seq_common.h.
void seq::inspector::update_action_state | ( | seq_action & | action, |
state_t | state ) |
Definition at line 107 of file seq_inspector.cpp.
void seq::inspector::update_action_status | ( | seq_action & | action | ) |
Definition at line 117 of file seq_inspector.cpp.
|
inline |
Definition at line 24 of file seq_inspector.h.
|
inline |
Definition at line 13 of file seq_inspector.h.