LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ostream_helpers.cc
Go to the documentation of this file.
1
2
#include "cetlib_except/demangle.h"
3
4
#include <ostream>
5
#include <regex>
6
#include <string>
7
8
namespace
fhicl
{
9
namespace
detail {
10
namespace
no_defaults {
11
12
std::string
13
stripped_typename
(std::string
const
& fullName)
14
{
15
// Remove 'std::' from fullName
16
std::string
const
strippedName =
17
std::regex_replace(fullName, std::regex(
"std::"
),
""
);
18
return
strippedName;
19
}
20
}
21
}
22
}
// fhicl::detail::no_defaults
23
24
// Local variables:
25
// mode : c++
26
// End:
fhicl::detail::no_defaults::stripped_typename
std::string stripped_typename(std::string const &fullName)
Definition:
ostream_helpers.cc:13
fhicl
parameter set interface
Definition:
ServiceProviderWrappers.h:37
fhiclcpp
types
detail
ostream_helpers.cc
Generated on Thu Jul 26 2018 13:09:45 for LArSoft by
1.8.11