[coco] Maintain ReadSet instead of ReaderSet (#1435)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Sep 2018 02:24:40 +0000 (11:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Sep 2018 02:24:40 +0000 (11:24 +0900)
commit2df14bf0e928107045177e3483dd789d397c7240
treeca158774ac0690c94ce62b925614cb4699c7da0d
parentbb9889c1539b66526e4a52b34c3f3e817e3647f2
[coco] Maintain ReadSet instead of ReaderSet (#1435)

* [coco] Maintain ReadSet instead of ReaderSet

This commit revises BagInfo to maintain a set of Read instead of Reader
as a step to support Bag substitution.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Do not check _reader on update
contrib/coco/core/include/coco/IR/BagInfo.h
contrib/coco/core/include/coco/IR/Read.forward.h [new file with mode: 0644]
contrib/coco/core/include/coco/IR/ReadSet.h [new file with mode: 0644]
contrib/coco/core/src/IR/Bag.cpp
contrib/coco/core/src/IR/Read.cpp