|
Unravel Engine C++ Reference
|
#include "ui_tree.hpp"#include <filesystem/filesystem.h>#include <fstream>#include <serialization/associative_archive.h>#include <serialization/binary_archive.h>Go to the source code of this file.
Namespaces | |
| namespace | unravel |
Functions | |
| unravel::REFLECT (ui_tree) | |
| unravel::SAVE (ui_tree) | |
| unravel::SAVE_INSTANTIATE (ui_tree, ser20::oarchive_associative_t) | |
| unravel::SAVE_INSTANTIATE (ui_tree, ser20::oarchive_binary_t) | |
| unravel::LOAD (ui_tree) | |
| unravel::LOAD_INSTANTIATE (ui_tree, ser20::iarchive_associative_t) | |
| unravel::LOAD_INSTANTIATE (ui_tree, ser20::iarchive_binary_t) | |
| void | unravel::save_to_file (const std::string &absolute_path, const ui_tree::sptr &obj) |
| void | unravel::save_to_file_bin (const std::string &absolute_path, const ui_tree::sptr &obj) |
| void | unravel::load_from_file (const std::string &absolute_path, ui_tree::sptr &obj) |
| void | unravel::load_from_file_bin (const std::string &absolute_path, ui_tree::sptr &obj) |