Introduce EnvVar class (#1884)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 6 Jul 2018 02:09:14 +0000 (11:09 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 6 Jul 2018 02:09:14 +0000 (11:09 +0900)
commit61026418d7794b47543366dca1c1961603780c99
tree5be0adeed93ad21ca8adda863807bda3ea1d3801
parent0cf10ceb10462933c6120b3057c7f30d8bfbe0c9
Introduce EnvVar class (#1884)

* Introduce EnvVar class

EnvVar reads environment variables from system and can return the
value as string, bool or int.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
* Move EnvVar.h to nnfw/include/util

Move the file and add namespace

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
include/util/EnvVar.h [new file with mode: 0644]