Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/quickbook/detail/post_process.hpp @ 50

Last change on this file since 50 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 764 bytes
Line 
1/*=============================================================================
2    Copyright (c) 2005 Joel de Guzman
3    http://spirit.sourceforge.net/
4
5    Use, modification and distribution is subject to the Boost Software
6    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7    http://www.boost.org/LICENSE_1_0.txt)
8=============================================================================*/
9#if !defined(BOOST_SPIRIT_QUICKBOOK_POST_PROCESS_HPP)
10#define BOOST_SPIRIT_QUICKBOOK_POST_PROCESS_HPP
11
12#include <iostream>
13#include <string>
14
15namespace quickbook
16{
17    void post_process(
18        std::string const& in
19      , std::ostream& out
20      , int indent
21      , int linewidth);
22}
23
24#endif // BOOST_SPIRIT_QUICKBOOK_POST_PROCESS_HPP
25
Note: See TracBrowser for help on using the repository browser.