From 0bce70a0e483294b83b8bf9d5468838a63405612 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Mar 2009 17:23:30 +0200 Subject: Add support for binary representations xsde/cxx/hybrid/insertion-*: insertion operators generator xsde/cxx/hybrid/extraction-*: extraction operators generator libxsde/xsde/cxx/hybrid/cdr/: CDR support code libxsde/xsde/cxx/hybrid/xdr/: XDR support code tests/cxx/hybrid/binary/: new tests examples/cxx/hybrid/binary/: new examples documentation/cxx/hybrid/guide/: new chapter --- documentation/xsde.1 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'documentation/xsde.1') diff --git a/documentation/xsde.1 b/documentation/xsde.1 index 1f72eef..79a9179 100644 --- a/documentation/xsde.1 +++ b/documentation/xsde.1 @@ -944,6 +944,34 @@ 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-insertion \fIos\fR" +Generate data representation stream insertion operators for the +.I os +output stream type. Repeat this option to specify more than one stream +type. The special +.B CDR +and +.B XDR +arguments are recognized as ACE CDR and Sun RPC XDR stream types and the +corresponding stream wrappers provided by the XSD/e runtime are automatically +used. For custom stream types use the +.B --hxx-prologue* +options to include the necessary declarations. + +.IP "\fB\--generate-extraction \fIis\fR" +Generate data representation stream extraction operators for the +.I is +input stream type. Repeat this option to specify more than one stream +type. The special +.B CDR +and +.B XDR +arguments are recognized as ACE CDR and Sun RPC XDR stream types and the +corresponding stream wrappers provided by the XSD/e runtime are automatically +used. For custom stream types use the +.B --hxx-prologue* +options to include the necessary declarations. + .IP "\fB\--generate-forward\fR" Generate forward declaration file. -- cgit v1.1