summaryrefslogtreecommitdiff
path: root/xsd/cxx/literal-map.hxx
blob: fd8a06257dd53b6de31fa46815841655e4a0b60a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// file      : xsd/cxx/literal-map.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef CXX_LITERAL_MAP_HXX
#define CXX_LITERAL_MAP_HXX

#include <cult/types.hxx>
#include <cult/containers/map.hxx>

namespace CXX
{
  using namespace Cult;
  typedef WideString String;

  typedef Cult::Containers::Map<String, String> StringLiteralMap;

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

#endif // CXX_LITERAL_MAP_HXX