[nest] Add 'Var' class (#670)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 17 Jul 2018 00:36:53 +0000 (09:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Jul 2018 00:36:53 +0000 (09:36 +0900)
commitb62d3d63a0728149d62d663165ddc74c4478c31e
tree916545818b3fbecf621560625c1f0032ae292bd4
parentebdf3d5128364a5351e64d471c5f8412e46e815e
[nest] Add 'Var' class (#670)

This commit adds 'Var' class which users will actually use to contruct
nest expression.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nest/include/nest/Expr.h
contrib/nest/include/nest/Var.h [new file with mode: 0644]
contrib/nest/src/Var.cpp [new file with mode: 0644]
contrib/nest/src/Var.test.cpp [new file with mode: 0644]