summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/counter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/counter.hxx')
-rw-r--r--xsd/cxx/tree/counter.hxx28
1 files changed, 28 insertions, 0 deletions
diff --git a/xsd/cxx/tree/counter.hxx b/xsd/cxx/tree/counter.hxx
new file mode 100644
index 0000000..f4186ba
--- /dev/null
+++ b/xsd/cxx/tree/counter.hxx
@@ -0,0 +1,28 @@
+// file : xsd/cxx/tree/counter.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef CXX_TREE_COUNTER_HXX
+#define CXX_TREE_COUNTER_HXX
+
+#include <cxx/tree/elements.hxx>
+#include <cxx/tree/cli.hxx>
+
+namespace CXX
+{
+ namespace Tree
+ {
+ class Counter
+ {
+ public:
+ Counter (); // Dummy ctor, helps with long symbols on HP-UX.
+
+ Counts
+ count (CLI::Options const& options,
+ SemanticGraph::Schema&);
+ };
+ }
+}
+
+#endif // CXX_TREE_COUNTER_HXX