// file : xsd/cxx/tree/counter.hxx // copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_TREE_COUNTER_HXX #define CXX_TREE_COUNTER_HXX #include #include namespace CXX { namespace Tree { class Counter { public: Counts count (options const&, SemanticGraph::Schema&, SemanticGraph::Path const&); }; } } #endif // CXX_TREE_COUNTER_HXX