summaryrefslogtreecommitdiffstats
path: root/generator/parser/rpp/pp-fwd.h
blob: 0adf571c569784ded46d8cb45e134f2fcde8d87b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/****************************************************************************
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
** Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
**
** This file is part of $PRODUCT$.
**
** $CPP_LICENSE$
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/

#ifndef PP_FWD_H
#define PP_FWD_H

namespace rpp {

template <typename _CharT> class pp_string;

typedef pp_string<char> pp_fast_string;

#endif // PP_FWD_H

} // namespace rpp

// kate: space-indent on; indent-width 2; replace-tabs on;