[pp] Add 'EnclosedDocument' class (#570)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Jul 2018 10:53:36 +0000 (19:53 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Jul 2018 10:53:36 +0000 (19:53 +0900)
commit00cde6ae0bd11812d28327476100a42ef5b6686e
tree1c41a29e0ebf9151c06060d72871aaedcfe99b4a
parentb29defcbfdc25588fae13271d5b3c403c4a6608b
[pp] Add 'EnclosedDocument' class (#570)

This commit adds 'EnclosedDocument' class which provides front() method which
allows users to append lines at the bottom of heading (in forward direction),
and back() method which allows users to prepend lines at the top of
footer (in reverse direction).

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