[coco] Non-public head method (#965)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 10 Aug 2018 08:57:30 +0000 (17:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 10 Aug 2018 08:57:30 +0000 (17:57 +0900)
commitcc86086dacb5055aa7a12d6334f54e3bc364eafc
tree0729f13c50011bcb460685bfc03c975c566f941a
parent37e3fe0fe27fd2a8b0e31de7d97ffaf6c20b4a69
[coco] Non-public head method (#965)

This comit revises DLinkedLists:::Node to allow its descendent classes
to have non-public head method (The current design enforces head to be a
public method).

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