mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 15:52:56 +08:00
Update release
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user