Introduce GeneralConfigSource (#5784)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 23 Jul 2019 11:42:37 +0000 (20:42 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 23 Jul 2019 11:42:37 +0000 (20:42 +0900)
commit7102d57141118aaf6bcbce71fdd7fb7904c94b73
tree23e65b8267b5098d69e5aeb080b868be8cbd8893
parent40ccda4a8942596a76c071d32eaed78d9b290afe
Introduce GeneralConfigSource (#5784)

Introduce `GeneralConfigSource` which is a derivative of `IConfig`.
Unlinke `EnvConfigSource`, this provides `set` method so users can call
it via API.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/include/util/GeneralConfigSource.h [new file with mode: 0644]
runtimes/neurun/core/src/util/GeneralConfigSource.cc [new file with mode: 0644]