Basic write template based on load template

This commit is contained in:
Jan
2021-03-18 10:58:07 +01:00
parent 58eb64114c
commit 7c0504603e
2 changed files with 919 additions and 5 deletions

View File

@ -980,6 +980,10 @@ class ZoneLoadTemplate::Internal final : BaseTemplate
LINE(MakeTypeVarName(info->m_definition)<<" = *"<< MakeTypePtrVarName(info->m_definition)<<";")
LINE("Load_"<<MakeSafeTypeName(info->m_definition)<<"(true);")
}
else
{
LINE("#error Temp method cannot have leaf type")
}
if (info->m_post_load_action)
{