[coco] Introduce 'BagInfo' class (#793)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 25 Jul 2018 02:41:25 +0000 (11:41 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 25 Jul 2018 02:41:25 +0000 (11:41 +0900)
commitb8bf4a6d73e1fb554323dd8cbee5476ba3bf78f2
tree740693213d250b15c0a1d726dbd57d8a48e27a8b
parent5bd00e9fdc0622146f40908c8834310cd79625be
[coco] Introduce 'BagInfo' class (#793)

This commit introduces 'BagInfo' class which maintains the internal
state of 'Bag'.

'BagInfo' allows us to distinguish the methods that users (who build IR)
can use from the methods that IR elements such as Object can use.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Bag.h
contrib/coco/core/include/coco/IR/BagInfo.h [new file with mode: 0644]
contrib/coco/core/src/IR/Bag.cpp [new file with mode: 0644]