[core] Introduce 'Printable' interface (#199)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 4 May 2018 06:30:11 +0000 (15:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 4 May 2018 06:30:11 +0000 (15:30 +0900)
commitf92b725b0e2f2a124d4653a5f929a644ff40677e
tree69a8e0b125df5b3820fb8291954c5fd456b91161
parent9c4fc590950226beb405fffa339a2c5e76f919bb
[core] Introduce 'Printable' interface (#199)

This commit introduces 'Printable' interface for printable objects. This
commit also introduces related tests.

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