cxx: Add strbuf support
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 22 Nov 2017 06:04:30 +0000 (15:04 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Dec 2017 01:09:58 +0000 (10:09 +0900)
commitcfb33650607791567274ee6f9029a9e2c0cb210d
tree95e9895fe418c0fc10b9bb69782a90948dbfe032
parentbe267a071ecb66f339e461f5b95b2e0fae40c98d
cxx: Add strbuf support

Comes in two fashions:
 - strbuf_view (read-only)
 - strbuf (read/write)
src/Makefile_Cxx.am
src/bindings/cxx/eina_cxx/Eina.hh
src/bindings/cxx/eina_cxx/eina_strbuf.hh [new file with mode: 0644]