[pp] Introduce IndentedStringBuilder (#563)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Jul 2018 06:37:50 +0000 (15:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Jul 2018 06:37:50 +0000 (15:37 +0900)
commit91aaa723851b148b5cac3aa0a505605d26ec08fc
tree7994c9f1ba181a911c819df134ce0a60d4e8bbc4
parente4c7e04230baf56def5826fa5d8d88547d8c68af
[pp] Introduce IndentedStringBuilder (#563)

* [pp] Introduce IndentedStringBuilder

This commit extracts IndentedStringBuilder from IndentedDocumentBuilder
class.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Update local variable names
contrib/pp/include/pp/IndentedDocumentBuilder.h
contrib/pp/include/pp/IndentedStringBuilder.h [new file with mode: 0644]
contrib/pp/src/IndentedDocumentBuilder.cpp
contrib/pp/src/IndentedStringBuilder.cpp [new file with mode: 0644]
contrib/pp/src/IndentedStringBuilder.test.cpp [new file with mode: 0644]