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 --- xsde/cxx/hybrid/extraction-source.hxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 xsde/cxx/hybrid/extraction-source.hxx (limited to 'xsde/cxx/hybrid/extraction-source.hxx') 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 +// 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 + +#include + +namespace CXX +{ + namespace Hybrid + { + Void + generate_extraction_source (Context&); + } +} + +#endif // CXX_HYBRID_EXTRACTION_SOURCE_HXX -- cgit v1.1