[nest] Add 'AddNode' class (#701)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 18 Jul 2018 23:25:32 +0000 (08:25 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 18 Jul 2018 23:25:32 +0000 (08:25 +0900)
commite659dd58d602ec5fefac53dd996b69e11be1e790
tree07a710787cd0ab85ee86a0f3a6fb00c258e4214f
parent843baa36ee2212c351568d0dd5f5a669ddb6f4da
[nest] Add 'AddNode' class (#701)

This commit adds 'AddNode' class under 'nest::expr' namespace, which
expressions the addition of two arithmetic values.

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