aboutsummaryrefslogtreecommitdiff
path: root/documentation/xsde.1
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-11 17:32:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-11 17:32:01 +0200
commit0bfda486167432a9da8eec62b4578a22592a9275 (patch)
tree968d622d3918c9ac969de8b9c1e97e67b6cbee8b /documentation/xsde.1
parentf8bb2faef4b272ed150eb3ca4cedaa79da410694 (diff)
Add generation of detach functions
New option: --generate-detach. Also added detach/attach functionality to var_seq, non-STL str_seq, and string_base.
Diffstat (limited to 'documentation/xsde.1')
-rw-r--r--documentation/xsde.15
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/xsde.1 b/documentation/xsde.1
index 3947beb..e66dcaa 100644
--- a/documentation/xsde.1
+++ b/documentation/xsde.1
@@ -944,6 +944,11 @@ Suppress the generation of validation code in parser.
.IP "\fB\--suppress-serializer-val\fR"
Suppress the generation of validation code in serializer.
+.IP "\fB\--generate-detach\fR"
+Generate 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.
+
.IP "\fB\--generate-insertion \fIos\fR"
Generate data representation stream insertion operators for the
.I os