Dali::Vector - Insert() and Erase() methods added. 28/26028/16
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 13 Aug 2014 16:51:54 +0000 (17:51 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 21 Aug 2014 09:56:53 +0000 (10:56 +0100)
commitc035b65926609db54d979cffaadaae22eec5864f
treec57a7d4f65aa1f4e7881bf42f1b2df0417b2a024
parenteefa6820671bf4e94038e0c529b03e1d91689f3e
Dali::Vector - Insert() and Erase() methods added.

Insert(Iterator, Element) Inserts an element into the vector.
Insert(Iterator, Iterator, Iterator) Inserts a range of elements into the vector.
Erase(Iterator, Iterator) Erases a range of elements from the vector.

Change-Id: Ia68637c025863bdb0d7c998b017b26ce19d22a42
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
automated-tests/src/dali-unmanaged/utc-Dali-Vector.cpp
dali/public-api/common/dali-vector.cpp
dali/public-api/common/dali-vector.h