[coco] Add 'input' method to EntityManager (#762)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 05:33:16 +0000 (14:33 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 05:33:16 +0000 (14:33 +0900)
commitb8c9271e0e21a03346b9a3ef669ceba9f73ea2f0
tree4f09ab23d6edae1c5a6d89d7a5b2f2747be9e124
parent49155703677684551fb7d1466775adcac43a84c0
[coco] Add 'input' method to EntityManager (#762)

This commit adds pure virtual 'input' method (which returns a pointer of
InputManager) to EntityManager, and updates the corresponding
implementation in Module.

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