1 //
2 // C++ Interface: preformatter
3 //
4 // Description:
5 //
6 //
7 // Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2005
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12 #ifndef PREFORMATTER_H
13 #define PREFORMATTER_H
14
15 #include <string>
16 #include <boost/shared_ptr.hpp>
17
19
21
24
34
35 public:
40
42
48
54 const std::string
preformat(
const std::string &text);
55
56 protected:
64 virtual const std::string
doPreformat(
const std::string &text);
65
66 };
67
68 }
69
70 #endif
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
boost::shared_ptr< PreFormatter > PreFormatterPtr
shared pointer for PreFormatter
Definition: preformatter.h:20