Source-highlight Library
Main Page
Namespaces
Classes
Files
File List
substfun.h
1
10
#ifndef _SUBSTFUN_H_
11
#define _SUBSTFUN_H_
12
13
#include <boost/regex.hpp>
14
#include <string>
15
16
namespace
srchilite {
17
18
std::string subst(
const
boost::regex &e,
const
std::string &s,
const
std::string &sub);
19
20
}
21
22
#endif
/*_SUBSTFUN_H_*/
substfun.h
Generated on Fri May 15 2015 06:45:48 for Source-highlight Library by
1.8.6