summaryrefslogtreecommitdiff
path: root/xsd/types.hxx
blob: ff78081704f70e8d6dea997cd01e6dcbc7a5f381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : xsd/types.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 TYPES_HXX
#define TYPES_HXX

#include <vector>
#include <cstddef> // std::size_t

#include <xsd-frontend/types.hxx>

using std::size_t;

using XSDFrontend::String;
using XSDFrontend::NarrowString;

typedef std::vector<NarrowString> NarrowStrings;

#endif // TYPES_HXX