summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx/literal-map.hxx
blob: bc8fabb3e3f4b2b330ce0f616b23ccce31a1e756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 <map>

#include <xsd/types.hxx>

namespace CXX
{
  typedef std::map<String, String> StringLiteralMap;

  bool
  read_literal_map (NarrowString const& file, StringLiteralMap& map);
}

#endif // XSD_CXX_LITERAL_MAP_HXX