diff options
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); |
