Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
fhiclcpp
fhiclcpp
types
Name.cc
Go to the documentation of this file.
1
#include "
fhiclcpp/types/Name.h
"
2
3
#include <regex>
4
5
namespace
{
6
std::regex
const
re{
"\\[|\\]"
};
7
}
8
9
namespace
fhicl
{
10
std::string
11
get_regex_replace_str
(
std::string
const
&
str
)
12
{
13
return
std::regex_replace(str, re,
"\\$&"
);
14
}
15
}
string
std::string string
Definition:
nybbler.cc:12
fhicl
Definition:
InputSourceFactory.h:7
fhicl::get_regex_replace_str
std::string get_regex_replace_str(std::string const &str)
Definition:
Name.cc:11
str
static QCString str
Definition:
fortrancode.cpp:27098
Name.h
Generated by
1.8.11