[coco] Add 'PtrLink' class (#698)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 18 Jul 2018 02:46:29 +0000 (11:46 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 18 Jul 2018 02:46:29 +0000 (11:46 +0900)
commitfa450d3f9dc8cea958298023bb7414c3bb484065
tree8ea9c942c5d562ba2944ecca299225f3923eae68
parent2d533687c2b64d71fc4295b73cfe417765e83127
[coco] Add 'PtrLink' class (#698)

This commit adds 'PtrLink' class which manages a link relation between
two object pointers.

This commit also adds a related test, which shows the basic usage of
this class.

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