[nest] Add 'Domain' class (#697)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 18 Jul 2018 04:03:57 +0000 (13:03 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 18 Jul 2018 04:03:57 +0000 (13:03 +0900)
commit102881692e7078cbbc48a6cdc2a3dfb02c661b86
treef26bafbc2b320083efd8a68f8a1983c4913f477a
parentfa450d3f9dc8cea958298023bb7414c3bb484065
[nest] Add 'Domain' class (#697)

This commit adds 'Domain' class which allows users to easily build
dereference expression with pre-allocated domain.

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