summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/counter.hxx
blob: 5384de3231b021da4199df2af4a3ae23a091ab1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// 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