1 //
2 // Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2004-2008
3 //
4 // Copyright: See COPYING file that comes with this distribution
5 //
6
7 #ifndef FORMATTER_H_
8 #define FORMATTER_H_
9
10 #include <string>
11
12 #include <boost/shared_ptr.hpp>
13
15
16 struct FormatterParams;
17
26 {
27 public:
30
38 };
39
42
43 }
44
45 #endif /*FORMATTER_H_*/
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
boost::shared_ptr< Formatter > FormatterPtr
shared pointer for Formatter
Definition: formatter.h:41