From 707cc94fe52463870a9c6c8e2e66eaaa389e601d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Feb 2009 15:16:26 +0200 Subject: Start tracking XSD/e with git after version 3.0.0 --- xsde/cxx/hybrid/tree-size-processor.hxx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 xsde/cxx/hybrid/tree-size-processor.hxx (limited to 'xsde/cxx/hybrid/tree-size-processor.hxx') diff --git a/xsde/cxx/hybrid/tree-size-processor.hxx b/xsde/cxx/hybrid/tree-size-processor.hxx new file mode 100644 index 0000000..130451f --- /dev/null +++ b/xsde/cxx/hybrid/tree-size-processor.hxx @@ -0,0 +1,32 @@ +// file : xsde/cxx/hybrid/tree-size-processor.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef CXX_HYBRID_TREE_SIZE_PROCESSOR_HXX +#define CXX_HYBRID_TREE_SIZE_PROCESSOR_HXX + +#include + +#include + +#include + +namespace CXX +{ + namespace Hybrid + { + using namespace Cult::Types; + + class TreeSizeProcessor + { + public: + Void + process (CLI::Options const& options, + XSDFrontend::SemanticGraph::Schema&, + XSDFrontend::SemanticGraph::Path const& file); + }; + } +} + +#endif // CXX_HYBRID_TREE_SIZE_PROCESSOR_HXX -- cgit v1.1