#include <NameStackRegistry.h>
Definition at line 45 of file NameStackRegistry.h.
static void fhicl::NameStackRegistry::clear |
( |
| ) |
|
|
inlinestatic |
Definition at line 56 of file NameStackRegistry.h.
static NameStackRegistry & instance_()
std::vector< std::string > names_
static std::string fhicl::NameStackRegistry::current |
( |
| ) |
|
|
inlinestatic |
Definition at line 68 of file NameStackRegistry.h.
static NameStackRegistry & instance_()
std::vector< std::string > names_
static bool fhicl::NameStackRegistry::empty |
( |
| ) |
|
|
inlinestatic |
Definition at line 62 of file NameStackRegistry.h.
static NameStackRegistry & instance_()
std::vector< std::string > names_
static void fhicl::NameStackRegistry::end_of_ctor |
( |
| ) |
|
|
inlinestatic |
Definition at line 50 of file NameStackRegistry.h.
static NameStackRegistry & instance_()
std::vector< std::string > names_
Definition at line 13 of file NameStackRegistry.cc.
17 <<
"Cannot insert empty name into 'NameStackRegistry'.\n";
21 if (
names.empty() || std::regex_match(
name, re_sequence_element)) {
static NameStackRegistry & instance_()
static std::vector< std::string > const names
std::vector< std::string > names_
cet::coded_exception< error, detail::translate > exception
Definition at line 77 of file NameStackRegistry.h.
86 static detail::per_thread_holder<NameStackRegistry> registry;
87 return registry.slot_for_current_thread();
The documentation for this class was generated from the following files: