|
CerealUpgraderBase & | operator= (CerealUpgraderBase const &) |
|
| CerealUpgraderBase (CerealUpgraderBase const &) |
|
MCAPI | CerealUpgraderBase (::cereal::ReflectionCtx const &ctx) |
|
MCAPI void | bindCallback (::std::function< void(::entt::meta_any &, ::entt::meta_any &)> cb, ::std::vector<::std::string > const &source, ::std::vector<::std::string > destination) |
|
MCAPI void | copy (::entt::meta_any &inputAny_, ::entt::meta_any &outputAny_, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI void | copyAssociative (::entt::meta_associative_container contFrom, ::entt::meta_any &outputAny, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI bool | copyEnum (::entt::meta_any &source, ::entt::meta_any &target, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI void | copyNotEnum (::entt::meta_any &inputAny, ::entt::meta_any &outputAny, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI void | copyNotEnumImpl (::entt::meta_any &inputAny, ::entt::meta_any &outputAny, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI void | copySequence (::entt::meta_sequence_container contFrom, ::entt::meta_any &outputAny, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI bool | isSupported (::entt::meta_type const &t) const |
|
MCAPI int | iterate (::entt::meta_type const &type, ::entt::meta_any &inputAny, ::entt::meta_any &outputAny, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI void | move (::std::vector<::std::string > const &source, ::std::vector<::std::string > destination) |
|
MCAPI void | performUpgrade (::entt::meta_any &source, ::entt::meta_any destination, ::Puv::Logger &log) const |
|
MCAPI void | unwrapOrCopy (::entt::meta_any &inputAny, ::entt::meta_any &outputAny, ::Puv::internal::CerealUpgraderBase::UpgradeState &state) const |
|
MCAPI | ~CerealUpgraderBase () |
|
MCAPI void * | $ctor (::cereal::ReflectionCtx const &ctx) |
|
MCAPI void | $dtor () |
|
◆ CerealUpgraderBase()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~CerealUpgraderBase()
MCAPI Puv::internal::CerealUpgraderBase::~CerealUpgraderBase |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ bindCallback()
MCAPI void Puv::internal::CerealUpgraderBase::bindCallback |
( |
::std::function< void(::entt::meta_any &, ::entt::meta_any &)> | cb, |
|
|
::std::vector<::std::string > const & | source, |
|
|
::std::vector<::std::string > | destination ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ copy()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ copyAssociative()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ copyEnum()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ copyNotEnum()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ copyNotEnumImpl()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ copySequence()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ isSupported()
MCAPI bool Puv::internal::CerealUpgraderBase::isSupported |
( |
::entt::meta_type const & | t | ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ iterate()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ move()
MCAPI void Puv::internal::CerealUpgraderBase::move |
( |
::std::vector<::std::string > const & | source, |
|
|
::std::vector<::std::string > | destination ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ performUpgrade()
MCAPI void Puv::internal::CerealUpgraderBase::performUpgrade |
( |
::entt::meta_any & | source, |
|
|
::entt::meta_any | destination, |
|
|
::Puv::Logger & | log ) const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ unwrapOrCopy()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ buildPath()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ constructOrLog()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
MCAPI void Puv::internal::CerealUpgraderBase::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: