From 84596548e5d0cb14dfd7d2a74156331ab36a8909 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 4 Nov 2009 20:21:54 +0100 Subject: Add GetNodeIdex and GetNodeKey methods. --- include/plist/Array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/plist/Array.h') diff --git a/include/plist/Array.h b/include/plist/Array.h index b81e6b1..fd4dea8 100644 --- a/include/plist/Array.h +++ b/include/plist/Array.h @@ -44,6 +44,7 @@ public : void Insert(Node* node, unsigned int pos); void Remove(Node* node); void Remove(unsigned int pos); + unsigned int GetNodeIndex(Node* node); private : std::vector _array; -- cgit v1.1-32-gdbae