From d40f03e4090edafea75f04a1697ef0384231d333 Mon Sep 17 00:00:00 2001 From: guyingzhao Date: Fri, 28 Feb 2025 00:17:57 +0800 Subject: C++: Add more convenience functions to the interface --- include/plist/Structure.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/plist/Structure.h') diff --git a/include/plist/Structure.h b/include/plist/Structure.h index eded8b2..d85b17a 100644 --- a/include/plist/Structure.h +++ b/include/plist/Structure.h @@ -43,6 +43,7 @@ public : static Structure* FromXml(const std::string& xml); static Structure* FromBin(const std::vector& bin); + static Structure* FromBin(const char* bin, uint64_t size); protected: Structure(Node* parent = NULL); -- cgit v1.1-32-gdbae