11 std::vector<const DDsvalues_type *>
result;
13 std::vector<const DDsvalues_type *>::iterator it = result.begin();
15 for (; it != result.end(); ++it) {
21 std::vector<std::string>
const &
temp = val.
strings();
22 if (temp.size() != 1) {
23 throw cms::Exception(
"Configuration") <<
" ERROR: I need 1 " << s <<
" tags";
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
std::string_view getString(const std::string &) const
const std::vector< std::string > & strings() const
a reference to the std::string-valued values stored in the given instance of DDValue ...
void specificsV(std::vector< const DDsvalues_type * > &result) const
User specific data attached to the current node.