1 /**
2 Copyright: Copyright (c) 2017, Joakim Brännström. All rights reserved.
3 License: MPL-2
4 Author: Joakim Brännström (joakim.brannstrom@gmx.com)
5 
6 This Source Code Form is subject to the terms of the Mozilla Public License,
7 v.2.0. If a copy of the MPL was not distributed with this file, You can obtain
8 one at http://mozilla.org/MPL/2.0/.
9 */
10 module cpptooling.data;
11 
12 // pretty unusable without the analyzer types that are used as the basis.
13 public import cpptooling.data.class_merge;
14 public import cpptooling.data.kind;
15 public import cpptooling.data.kind_type;
16 public import cpptooling.data.kind_type_format;
17 
18 public import cpptooling.data.representation;
19 public import cpptooling.data.type;
20 public import cpptooling.data.symbol.types;