// file : xsd/cxx/tree/tree-inline.hxx // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_TREE_INLINE_HXX #define XSD_CXX_TREE_TREE_INLINE_HXX #include namespace CXX { namespace Tree { void generate_tree_inline (Context&, size_t first, size_t last); } } #endif // XSD_CXX_TREE_TREE_INLINE_HXX