diff options
| author | 2009-11-11 00:18:14 +0100 | |
|---|---|---|
| committer | 2009-11-11 00:18:14 +0100 | |
| commit | 8c6a809fafa6befff7e2b1adc3df2bdb47042dd1 (patch) | |
| tree | 2336ae7ee66dbb639c8b8bd8c06171c1f6f6e334 /include/plist/Structure.h | |
| parent | 53a9f891f82e973440709593d259bd7c1f22dd1a (diff) | |
| download | libplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.gz libplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.bz2 | |
Move some methods and drop Utils class in C++ binding.
Diffstat (limited to 'include/plist/Structure.h')
| -rw-r--r-- | include/plist/Structure.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/plist/Structure.h b/include/plist/Structure.h index f6e4495..ace8b5c 100644 --- a/include/plist/Structure.h +++ b/include/plist/Structure.h | |||
| @@ -41,6 +41,9 @@ public : | |||
| 41 | 41 | ||
| 42 | virtual void Remove(Node* node) = 0; | 42 | virtual void Remove(Node* node) = 0; |
| 43 | 43 | ||
| 44 | static Structure* FromXml(const std::string& xml); | ||
| 45 | static Structure* FromBin(const std::vector<char>& bin); | ||
| 46 | |||
| 44 | protected: | 47 | protected: |
| 45 | Structure(Node* parent = NULL); | 48 | Structure(Node* parent = NULL); |
| 46 | Structure(plist_type type, Node* parent = NULL); | 49 | Structure(plist_type type, Node* parent = NULL); |
