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

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

 unravel::REFLECT (style_sheet)
 
 unravel::SAVE (style_sheet)
 
 unravel::SAVE_INSTANTIATE (style_sheet, ser20::oarchive_associative_t)
 
 unravel::SAVE_INSTANTIATE (style_sheet, ser20::oarchive_binary_t)
 
 unravel::LOAD (style_sheet)
 
 unravel::LOAD_INSTANTIATE (style_sheet, ser20::iarchive_associative_t)
 
 unravel::LOAD_INSTANTIATE (style_sheet, ser20::iarchive_binary_t)
 
void unravel::save_to_file (const std::string &absolute_path, const style_sheet::sptr &obj)
 
void unravel::save_to_file_bin (const std::string &absolute_path, const style_sheet::sptr &obj)
 
void unravel::load_from_file (const std::string &absolute_path, style_sheet::sptr &obj)
 
void unravel::load_from_file_bin (const std::string &absolute_path, style_sheet::sptr &obj)