[coco] Direct updates Input/Ouput mask (#1512)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 17 Sep 2018 04:15:19 +0000 (13:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 17 Sep 2018 04:15:19 +0000 (13:15 +0900)
commit02ce91ad3c512af12a53a5ebe94dff7f08e77b1b
tree53537ac3f15f65a8a0fd99fa5e204c5ca8117782
parentc1efa332540c7622e909964c5d8b41f8056b8893
[coco] Direct updates Input/Ouput mask (#1512)

This commit declares Input and Ouput class as a friend of Bag, and
revises these classes to update Bag's make without using Bag-to-BagInfo
link.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Bag.h
contrib/coco/core/include/coco/IR/Input.h
contrib/coco/core/include/coco/IR/Output.h
contrib/coco/core/src/IR/Input.cpp
contrib/coco/core/src/IR/Output.cpp