[nncc.foundation] Add 'Region' classes (#239)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 23 May 2018 06:46:29 +0000 (15:46 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 23 May 2018 06:46:29 +0000 (15:46 +0900)
commitcf78c8769d745ac0a5455dbaf10345b282c352e2
tree2764da1b9987545611299e516e6fb9590faf551e
parent5357eed9823478c6f99e6b7ea48d028d50a6c36a
[nncc.foundation] Add 'Region' classes (#239)

This commit introduces Region interface which denotes a typed contigious
memory block, and adds OwnedRegion and ExternalRegion which implements
this 'Region' interface.

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