diff options
| author | 2023-02-06 12:10:23 -0800 | |
|---|---|---|
| committer | 2023-04-21 12:16:55 +0200 | |
| commit | 12c45a21b4f223ca2a4ccba42ade2366f4dbde5c (patch) | |
| tree | 6884b1da1da49bc5ce5f2ea8ec9767d315905d0e /include/plist/Array.h | |
| parent | 581db7f8215387cd722b9f06a5afbd4df9617072 (diff) | |
| download | libplist-12c45a21b4f223ca2a4ccba42ade2366f4dbde5c.tar.gz libplist-12c45a21b4f223ca2a4ccba42ade2366f4dbde5c.tar.bz2 | |
C++: Add dictionary and array size method
Thanks @Cryptiiiic for the contribution.
Diffstat (limited to 'include/plist/Array.h')
| -rw-r--r-- | include/plist/Array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Array.h b/include/plist/Array.h index 2b25e94..5a685e1 100644 --- a/include/plist/Array.h +++ b/include/plist/Array.h | |||
| @@ -51,6 +51,7 @@ public : | |||
| 51 | const_iterator begin() const; | 51 | const_iterator begin() const; |
| 52 | const_iterator End() const; | 52 | const_iterator End() const; |
| 53 | const_iterator end() const; | 53 | const_iterator end() const; |
| 54 | const size_t size() const; | ||
| 54 | void Append(Node* node); | 55 | void Append(Node* node); |
| 55 | void Insert(Node* node, unsigned int pos); | 56 | void Insert(Node* node, unsigned int pos); |
| 56 | void Remove(Node* node); | 57 | void Remove(Node* node); |
