summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx/tree/counter.hxx
blob: bc1dc798fbf71aaf6c495b13e6ce54f9f9bf4719 (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
// file      : xsd/cxx/tree/counter.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_CXX_TREE_COUNTER_HXX
#define XSD_CXX_TREE_COUNTER_HXX

#include <xsd/cxx/tree/elements.hxx>
#include <xsd/cxx/tree/options.hxx>

namespace CXX
{
  namespace Tree
  {
    class Counter
    {
    public:
      Counts
      count (options const&,
             SemanticGraph::Schema&,
             SemanticGraph::Path const&);
    };
  }
}

#endif // XSD_CXX_TREE_COUNTER_HXX