12 #ifndef PREFORMATTER_H
13 #define PREFORMATTER_H
16 #include <boost/shared_ptr.hpp>
54 const std::string
preformat(
const std::string &text);
64 virtual const std::string
doPreformat(
const std::string &text);
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
boost::shared_ptr< PreFormatter > PreFormatterPtr
shared pointer for PreFormatter
Definition: preformatter.h:20