refactor Dictionary class. 22/242922/9
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 2 Sep 2020 02:25:10 +0000 (11:25 +0900)
committerDavid Steele <david.steele@samsung.com>
Mon, 9 Nov 2020 18:38:22 +0000 (18:38 +0000)
commit219e8de3c9edf9958c10fa21ac2fd046fd3dadfa
tree023c937621f5a0458cfb7f9ef4878fbf71d43b10
parent6c57cc54ac64c8387338bb4236984883b6204929
refactor Dictionary class.

- use range for and algorithms instead of iterators.
- use std::string_view as argument for Remove() and Find() Api.
- remove redundant apis.

Change-Id: I88954d471f736982a400c2e2dae62456db17c1b2
automated-tests/src/dali-toolkit-internal/CMakeLists.txt
automated-tests/src/dali-toolkit-internal/utc-Dali-Dictionary.cpp [new file with mode: 0644]
dali-toolkit/internal/builder/dictionary.h