Source-highlight Library
substfun.h
1
10#ifndef _SUBSTFUN_H_
11#define _SUBSTFUN_H_
12
13#include <boost/regex.hpp>
14#include <string>
15
16namespace srchilite {
17
18std::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