1
10 #ifndef _SUBSTFUN_H_
11 #define _SUBSTFUN_H_
12
13 #include <boost/regex.hpp>
14 #include <string>
15
17
18 std::string subst(const boost::regex &e, const std::string &s, const std::string &sub);
19
20 }
21
22 #endif /*_SUBSTFUN_H_*/
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13