Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
Art
detail
MetadataRegexHelpers.cc
Go to the documentation of this file.
1
#include "
art/Framework/Art/detail/MetadataRegexHelpers.h
"
2
3
using namespace
std::string_literals
;
4
5
std::regex
6
art::detail::regex_for_spec
(
std::string
const
& spec)
7
{
8
return
std::regex{
"("
+ spec +
"\\s*:\\s*)(:?<string>)"
};
9
}
10
11
void
12
art::detail::replace_type
(
std::string
&
str
,
13
std::string
const
& spec,
14
std::regex
const
&
r
)
15
{
16
str = std::regex_replace(str, r,
"$1"
s
+ spec);
17
}
art::detail::regex_for_spec
std::regex regex_for_spec(std::string const &)
Definition:
MetadataRegexHelpers.cc:6
string
std::string string
Definition:
nybbler.cc:12
art::detail::replace_type
void replace_type(std::string &str, std::string const &spec, std::regex const &r)
Definition:
MetadataRegexHelpers.cc:12
string_literals
MetadataRegexHelpers.h
s
static QCString * s
Definition:
config.cpp:1042
str
static QCString str
Definition:
fortrancode.cpp:27098
plot_model.r
r
Definition:
plot_model.py:57
Generated by
1.8.11