Unravel Engine C++ Reference
|
Go to the source code of this file.
Namespaces | |
namespace | serialization |
Functions | |
void | serialization::set_warning_logger (const std::function< void(const std::string &, const hpp::source_location &loc)> &logger) |
void | serialization::log_warning (const std::string &log_msg, const hpp::source_location &loc) |
auto | serialization::get_path_context () -> path_context * |
void | serialization::set_path_context (path_context *ctx) |
auto | serialization::get_current_deserialization_path () -> std::string |