From aad5ad9bf0c02aa4e79bc6b7d6c934612fff4026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 6 Mar 2024 10:24:08 +0100 Subject: New upstream version 4.2.0 --- xsd/cxx/literal-map.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xsd/cxx/literal-map.hxx (limited to 'xsd/cxx/literal-map.hxx') diff --git a/xsd/cxx/literal-map.hxx b/xsd/cxx/literal-map.hxx new file mode 100644 index 0000000..bc8fabb --- /dev/null +++ b/xsd/cxx/literal-map.hxx @@ -0,0 +1,19 @@ +// file : xsd/cxx/literal-map.hxx +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef XSD_CXX_LITERAL_MAP_HXX +#define XSD_CXX_LITERAL_MAP_HXX + +#include + +#include + +namespace CXX +{ + typedef std::map StringLiteralMap; + + bool + read_literal_map (NarrowString const& file, StringLiteralMap& map); +} + +#endif // XSD_CXX_LITERAL_MAP_HXX -- cgit v1.2.3