diff options
author | Jonathan Beck | 2009-10-26 18:41:15 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-10-26 18:41:15 +0100 |
commit | c1363bea107b15bdc10ce80671747be891661889 (patch) | |
tree | 1a8ce452eb6c1110ea0cd88dec155e99bfe7b69b /include/plist/Utils.h | |
parent | bef50c0873aad5d8cd516428828e79fc05a43913 (diff) | |
download | libplist-c1363bea107b15bdc10ce80671747be891661889.tar.gz libplist-c1363bea107b15bdc10ce80671747be891661889.tar.bz2 |
Add Set/Get Parent and a helper to create a Node from a plist_t.
Diffstat (limited to 'include/plist/Utils.h')
-rw-r--r-- | include/plist/Utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Utils.h b/include/plist/Utils.h index 54baf02..65bec7e 100644 --- a/include/plist/Utils.h +++ b/include/plist/Utils.h @@ -30,6 +30,7 @@ namespace PList class Utils { public: + static Node* FromPlist(plist_t node, Node* parent = NULL); static Structure* FromXml(const std::string& in); static Structure* FromBin(const std::vector<char>& in); |