[coco] Support Object destruction (#1685)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 1 Oct 2018 02:21:11 +0000 (11:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Oct 2018 02:21:11 +0000 (11:21 +0900)
commit2c149ea1d1399ec67cfa75c193b9579f9a3861ba
tree556dcca8a96d9d7b20c138a25fefd1c2f4a0eebd
parent799894b4ac9f0d4140a4ba5af743a920b92328e0
[coco] Support Object destruction (#1685)

* [coco] Support Object destruction

This commit introduces 'destroy' method in ObjectManager, which allows
users to destruct Object(s) allocated via ObjectManager.

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