From 0bfda486167432a9da8eec62b4578a22592a9275 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Mar 2009 17:32:01 +0200 Subject: Add generation of detach functions New option: --generate-detach. Also added detach/attach functionality to var_seq, non-STL str_seq, and string_base. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 35c8f2d..b1152ef 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,12 @@ Version 3.1.0 Started Guide as well as examples in the examples/cxx/hybrid/binary/ directory. + * New option, --generate-detach, triggers generation of detach functions + for elements and attributes of variable-length types. These functions, + for example, allow you to move sub-trees in the object model either + within the same tree or between different trees. The sequence interfaces + for variable-length types now also provide the detach() function. + * The generated parser and serializer implementations are now capable of parsing/serializing recursive types. The XSD/e compiler detects recursive types and generates stack-based implementations with -- cgit v1.1