[coco] Add 'PtrManager' class (#724)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 19 Jul 2018 10:21:33 +0000 (19:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 19 Jul 2018 10:21:33 +0000 (19:21 +0900)
commit7b0b426e9d1cb2176b2f67ed9af813d051696d8b
treef7c153266651bfcca39b2fd3ed0f34ff2a035e07
parentdb228dcbb9e6fa6b9ff8261fde6ce06fb2b9e5d8
[coco] Add 'PtrManager' class (#724)

This commit adds 'PtrManager' class which automatically manages a set of
allocated objects (which is passed via take method).

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