summaryrefslogtreecommitdiff
path: root/xsd/cxx/literal-map.hxx
blob: 334e6bf8fa8f3bd2d6eeca2bb0d18294c6e5dcfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : xsd/cxx/literal-map.hxx
// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef CXX_LITERAL_MAP_HXX
#define CXX_LITERAL_MAP_HXX

#include <map>

#include <types.hxx>

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

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

#endif // CXX_LITERAL_MAP_HXX