From 2615896faa646e5830abf2c269150e1165c66515 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- libxsd/libxsd/cxx/xml/bits/literals.hxx | 81 +++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 libxsd/libxsd/cxx/xml/bits/literals.hxx (limited to 'libxsd/libxsd/cxx/xml/bits/literals.hxx') diff --git a/libxsd/libxsd/cxx/xml/bits/literals.hxx b/libxsd/libxsd/cxx/xml/bits/literals.hxx new file mode 100644 index 0000000..cc100af --- /dev/null +++ b/libxsd/libxsd/cxx/xml/bits/literals.hxx @@ -0,0 +1,81 @@ +// file : libxsd/cxx/xml/bits/literals.hxx +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef LIBXSD_CXX_XML_BITS_LITERALS_HXX +#define LIBXSD_CXX_XML_BITS_LITERALS_HXX + +namespace xsd +{ + namespace cxx + { + namespace xml + { + namespace bits + { + template + const C* + xml_prefix (); + + template + const C* + xml_namespace (); + + template + const C* + xmlns_prefix (); + + template + const C* + xmlns_namespace (); + + template + const C* + xsi_prefix (); + + template + const C* + xsi_namespace (); + + template + const C* + type (); + + template + const C* + nil_lit (); + + template + const C* + schema_location (); + + template + const C* + no_namespace_schema_location (); + + template + const C* + first_prefix (); + + template + const C* + second_prefix (); + + template + const C* + third_prefix (); + + template + const C* + fourth_prefix (); + + template + const C* + fifth_prefix (); + } + } + } +} + +#endif // LIBXSD_CXX_XML_BITS_LITERALS_HXX + +#include -- cgit v1.1