From 018e1ba581ec6f01f069a45ec4cf89f152b44d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 19 Mar 2025 15:41:36 +0100 Subject: remerge --- doc/cxx/parser/guide/figure-1.svg | 373 -------------------------------------- 1 file changed, 373 deletions(-) delete mode 100644 doc/cxx/parser/guide/figure-1.svg (limited to 'doc/cxx/parser/guide/figure-1.svg') diff --git a/doc/cxx/parser/guide/figure-1.svg b/doc/cxx/parser/guide/figure-1.svg deleted file mode 100644 index d994a79..0000000 --- a/doc/cxx/parser/guide/figure-1.svg +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - class people_pimpl{ void person ();}; - - - - class person_pimpl{ void first_name (string); void last_name (string); void gender (); void age (short); void post_person ();}; - - - - class string_pimpl{ string post_string ();}; - - - class short_pimpl{ short post_short ();}; - - - class gender_pimpl{ void post_gender ();}; - - - - - - - -- cgit v1.2.3