// file : xsd/cxx/tree/counter.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 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: Counter (); // Dummy ctor, helps with long symbols on HP-UX. Counts count (options const&, SemanticGraph::Schema&, SemanticGraph::Path const&); }; } } #endif // CXX_TREE_COUNTER_HXX