bool* arguments can be used by wrappers
[lqt.git] / cpptoxml / parser / rpp / pp-fwd.h
blob0adf571c569784ded46d8cb45e134f2fcde8d87b
1 /****************************************************************************
2 **
3 ** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
4 ** Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
5 **
6 ** This file is part of $PRODUCT$.
7 **
8 ** $CPP_LICENSE$
9 **
10 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
11 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13 ****************************************************************************/
15 #ifndef PP_FWD_H
16 #define PP_FWD_H
18 namespace rpp {
20 template <typename _CharT> class pp_string;
22 typedef pp_string<char> pp_fast_string;
24 #endif // PP_FWD_H
26 } // namespace rpp
28 // kate: space-indent on; indent-width 2; replace-tabs on;