Unravel Engine C++ Reference
Loading...
Searching...
No Matches
deploy.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

 unravel::REFLECT (deploy_settings)
 
 unravel::SAVE (deploy_settings)
 
 unravel::SAVE_INSTANTIATE (deploy_settings, ser20::oarchive_associative_t)
 
 unravel::SAVE_INSTANTIATE (deploy_settings, ser20::oarchive_binary_t)
 
 unravel::LOAD (deploy_settings)
 
 unravel::LOAD_INSTANTIATE (deploy_settings, ser20::iarchive_associative_t)
 
 unravel::LOAD_INSTANTIATE (deploy_settings, ser20::iarchive_binary_t)
 
void unravel::save_to_file (const std::string &absolute_path, const deploy_settings &obj)
 
void unravel::save_to_file_bin (const std::string &absolute_path, const deploy_settings &obj)
 
auto unravel::load_from_file (const std::string &absolute_path, deploy_settings &obj) -> bool
 
auto unravel::load_from_file_bin (const std::string &absolute_path, deploy_settings &obj) -> bool