1 #ifndef BOOST_ARCHIVE_BASIC_XML_TEXT_ARCHIVE_HPP
2 #define BOOST_ARCHIVE_BASIC_XML_TEXT_ARCHIVE_HPP
4 // MS compatible compilers support #pragma once
5 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
9 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
10 // basic_xml_archive.hpp:
12 // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
13 // Use, modification and distribution is subject to the Boost Software
14 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
15 // http://www.boost.org/LICENSE_1_0.txt)
17 // See http://www.boost.org for updates, documentation, and revision history.
19 #include <boost/archive/detail/auto_link_archive.hpp>
20 #include <boost/archive/archive_exception.hpp>
22 #include <boost/archive/detail/abi_prefix.hpp> // must be the last header
27 // constant strings used in xml i/o
30 BOOST_ARCHIVE_DECL(const char *)
31 BOOST_ARCHIVE_XML_OBJECT_ID();
34 BOOST_ARCHIVE_DECL(const char *)
35 BOOST_ARCHIVE_XML_OBJECT_REFERENCE();
38 BOOST_ARCHIVE_DECL(const char *)
39 BOOST_ARCHIVE_XML_CLASS_ID();
42 BOOST_ARCHIVE_DECL(const char *)
43 BOOST_ARCHIVE_XML_CLASS_ID_REFERENCE();
46 BOOST_ARCHIVE_DECL(const char *)
47 BOOST_ARCHIVE_XML_CLASS_NAME();
50 BOOST_ARCHIVE_DECL(const char *)
51 BOOST_ARCHIVE_XML_TRACKING();
54 BOOST_ARCHIVE_DECL(const char *)
55 BOOST_ARCHIVE_XML_VERSION();
58 BOOST_ARCHIVE_DECL(const char *)
59 BOOST_ARCHIVE_XML_SIGNATURE();
64 #include <boost/archive/detail/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
66 #endif // BOOST_ARCHIVE_BASIC_XML_TEXT_ARCHIVE_HPP