summaryrefslogtreecommitdiff
path: root/xsd/xsd/types.hxx
blob: b3306dd2e95ef27a8e38a92a826c148690bac55c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : xsd/types.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_TYPES_HXX
#define XSD_TYPES_HXX

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

#include <libxsd-frontend/types.hxx>

using std::size_t;

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

typedef std::vector<NarrowString> NarrowStrings;

#endif // XSD_TYPES_HXX