aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/extraction-source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-08 17:23:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-08 17:23:30 +0200
commit0bce70a0e483294b83b8bf9d5468838a63405612 (patch)
treed11afb4998d6980435c15c4df6e40b1979531672 /xsde/cxx/hybrid/extraction-source.hxx
parent6c63b913179127e09ed7d9da8920493ccceec6ce (diff)
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
Diffstat (limited to 'xsde/cxx/hybrid/extraction-source.hxx')
-rw-r--r--xsde/cxx/hybrid/extraction-source.hxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/xsde/cxx/hybrid/extraction-source.hxx b/xsde/cxx/hybrid/extraction-source.hxx
new file mode 100644
index 0000000..ee65b3e
--- /dev/null
+++ b/xsde/cxx/hybrid/extraction-source.hxx
@@ -0,0 +1,22 @@
+// file : xsde/cxx/hybrid/extraction-source.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef CXX_HYBRID_EXTRACTION_SOURCE_HXX
+#define CXX_HYBRID_EXTRACTION_SOURCE_HXX
+
+#include <xsd-frontend/semantic-graph/schema.hxx>
+
+#include <cxx/hybrid/elements.hxx>
+
+namespace CXX
+{
+ namespace Hybrid
+ {
+ Void
+ generate_extraction_source (Context&);
+ }
+}
+
+#endif // CXX_HYBRID_EXTRACTION_SOURCE_HXX