[Props] Implement load properties
authorJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 9 Apr 2021 13:46:58 +0000 (22:46 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 3 May 2021 02:45:00 +0000 (11:45 +0900)
commitd3cfaaf9b786049cecc85a4f374df99f1eb85723
treee618f11bf2b0fbfdc92712057f2923de5db2c569
parenteb899b676f56284c30e242705c7b6863ec951883
[Props] Implement load properties

This patch implement `load_properties` which helps loading properties
for a tuple of properties.

Please note that `getKeyVal` is taken from `parse_util` because there is
a build option issue with android build

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
nntrainer/utils/base_properties.h
nntrainer/utils/node_exporter.cpp
nntrainer/utils/node_exporter.h
nntrainer/utils/parse_util.cpp
nntrainer/utils/parse_util.h
test/unittest/unittest_properties.cpp