[coco] Add 'OutputManager' class (#744)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 01:07:43 +0000 (10:07 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 01:07:43 +0000 (10:07 +0900)
commit85e377e96df0b0a0f9abf80b8e1fa176d92799f9
treed4d3ca4db345b444e4196eeeb93f9979ca2b24b5
parent3681108c2d18ef5b8e2489f3f42fb5dc0e201812
[coco] Add 'OutputManager' class (#744)

This commit adds 'OutputManager' class which serves as 'Output' object
factory.

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