forward 351 B

12345678910111213141516171819
  1. // file : xml/forward -*- C++ -*-
  2. // copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
  3. // license : MIT; see accompanying LICENSE file
  4. #ifndef XML_FORWARD
  5. #define XML_FORWARD
  6. #include <xml/details/pre.hxx>
  7. namespace xml
  8. {
  9. class qname;
  10. class parser;
  11. class serializer;
  12. }
  13. #include <xml/details/post.hxx>
  14. #endif // XML_FORWARD