![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/Model.hpp>
Public Member Functions | |
| StaticSerializationWrapper (T &wrap) | |
Private Member Functions | |
| template<class Archive > | |
| void | load (Archive &ar) |
| template<class Archive > | |
| void | save (Archive &ar) const |
Private Attributes | |
| T & | wrapped |
Friends | |
| class | cereal::access |
| class | UndoRedo::StackImpl |
|
inline |
|
inlineprivate |
References cereal::load_by_value(), and Slic3r::Internal::StaticSerializationWrapper< T >::wrapped.
Here is the call graph for this function:
|
inlineprivate |
References cereal::save_by_value(), and Slic3r::Internal::StaticSerializationWrapper< T >::wrapped.
Here is the call graph for this function:
|
friend |
|
friend |
|
private |