[nest] Add 'Module' class (#683)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 17 Jul 2018 05:31:22 +0000 (14:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Jul 2018 05:31:22 +0000 (14:31 +0900)
commit030f9d259425c33106166921de84e73b7adf6f51
tree5ce49050fc9f6437c058261af785adf77b8e759b
parentfe8f1bd531a1dd26da1e09dbd538183f82e305ec
[nest] Add 'Module' class (#683)

This commit adds 'Module' class which serves as an user entry point to
nest. The main role of 'Module' class is to allow users to construct IR
from their code.

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