summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/tree-inline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/tree-inline.hxx')
-rw-r--r--xsd/cxx/tree/tree-inline.hxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/xsd/cxx/tree/tree-inline.hxx b/xsd/cxx/tree/tree-inline.hxx
new file mode 100644
index 0000000..14cb11c
--- /dev/null
+++ b/xsd/cxx/tree/tree-inline.hxx
@@ -0,0 +1,22 @@
+// file : xsd/cxx/tree/tree-inline.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_TREE_TREE_INLINE_HXX
+#define CXX_TREE_TREE_INLINE_HXX
+
+#include <xsd-frontend/semantic-graph/schema.hxx>
+
+#include <cxx/tree/elements.hxx>
+
+namespace CXX
+{
+ namespace Tree
+ {
+ Void
+ generate_tree_inline (Context&, UnsignedLong first, UnsignedLong last);
+ }
+}
+
+#endif // CXX_TREE_TREE_INLINE_HXX