Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mono_saver< Archive, T > Struct Template Reference

Static Public Member Functions

template<typename Invoker >
static auto try_save_mono_invoker (ser20::detail::OutputArchiveBase &arbase, const dotnet::object &obj, const Invoker &invoker) -> bool
 
static auto try_save_mono_object (ser20::detail::OutputArchiveBase &arbase, const dotnet::object &obj) -> bool
 
static auto try_save_mono_field (ser20::detail::OutputArchiveBase &arbase, const dotnet::object &obj, const dotnet::field &field) -> bool
 
static auto try_save_mono_property (ser20::detail::OutputArchiveBase &arbase, const dotnet::object &obj, const dotnet::property &prop) -> bool
 

Detailed Description

template<typename Archive, typename T>
struct unravel::mono_saver< Archive, T >

Definition at line 87 of file script_component.cpp.

Member Function Documentation

◆ try_save_mono_field()

template<typename Archive , typename T >
static auto unravel::mono_saver< Archive, T >::try_save_mono_field ( ser20::detail::OutputArchiveBase & arbase,
const dotnet::object & obj,
const dotnet::field & field ) -> bool
inlinestatic

Definition at line 108 of file script_component.cpp.

◆ try_save_mono_invoker()

template<typename Archive , typename T >
template<typename Invoker >
static auto unravel::mono_saver< Archive, T >::try_save_mono_invoker ( ser20::detail::OutputArchiveBase & arbase,
const dotnet::object & obj,
const Invoker & invoker ) -> bool
inlinestatic

Definition at line 90 of file script_component.cpp.

◆ try_save_mono_object()

template<typename Archive , typename T >
static auto unravel::mono_saver< Archive, T >::try_save_mono_object ( ser20::detail::OutputArchiveBase & arbase,
const dotnet::object & obj ) -> bool
inlinestatic

Definition at line 99 of file script_component.cpp.

◆ try_save_mono_property()

template<typename Archive , typename T >
static auto unravel::mono_saver< Archive, T >::try_save_mono_property ( ser20::detail::OutputArchiveBase & arbase,
const dotnet::object & obj,
const dotnet::property & prop ) -> bool
inlinestatic

Definition at line 116 of file script_component.cpp.


The documentation for this struct was generated from the following file: