Update release

This commit is contained in:
vczh
2021-10-09 14:02:19 -07:00
parent 5bbf4e4a25
commit 5e2c7917bb
142 changed files with 3542 additions and 1817 deletions

View File

@@ -2961,6 +2961,8 @@ namespace vl
DECL_TYPE_INFO(vl::parsing::json::JsonObject)
DECL_TYPE_INFO(vl::parsing::json::JsonNode::IVisitor)
#ifdef VCZH_DESCRIPTABLEOBJECT_WITH_METADATA
BEGIN_INTERFACE_PROXY_NOPARENT_SHAREDPTR(vl::parsing::json::JsonNode::IVisitor)
void Visit(vl::parsing::json::JsonLiteral* node)override
{
@@ -2994,6 +2996,7 @@ namespace vl
END_INTERFACE_PROXY(vl::parsing::json::JsonNode::IVisitor)
#endif
#endif
/// <summary>Load all reflectable AST types, only available when <b>VCZH_DEBUG_NO_REFLECTION</b> is off.</summary>
/// <returns>Returns true if this operation succeeded.</returns>
@@ -3314,6 +3317,8 @@ namespace vl
DECL_TYPE_INFO(vl::parsing::xml::XmlDocument)
DECL_TYPE_INFO(vl::parsing::xml::XmlNode::IVisitor)
#ifdef VCZH_DESCRIPTABLEOBJECT_WITH_METADATA
BEGIN_INTERFACE_PROXY_NOPARENT_SHAREDPTR(vl::parsing::xml::XmlNode::IVisitor)
void Visit(vl::parsing::xml::XmlText* node)override
{
@@ -3352,6 +3357,7 @@ namespace vl
END_INTERFACE_PROXY(vl::parsing::xml::XmlNode::IVisitor)
#endif
#endif
/// <summary>Load all reflectable AST types, only available when <b>VCZH_DEBUG_NO_REFLECTION</b> is off.</summary>
/// <returns>Returns true if this operation succeeded.</returns>