Public Member Functions | List of all members
art::detail::OldToNew Struct Reference

#include <SAMMetadataTranslators.h>

Public Member Functions

std::string operator() (std::string const &name) const
 

Detailed Description

Definition at line 25 of file SAMMetadataTranslators.h.

Member Function Documentation

std::string art::detail::OldToNew::operator() ( std::string const &  name) const
inline

Definition at line 27 of file SAMMetadataTranslators.h.

28  {
29  auto const& transMap = oldToNewName();
30  auto it = transMap.find(name);
31  return it != transMap.cend() ? it->second : name;
32  }
static QCString name
Definition: declinfo.cpp:673
std::map< old_t, new_t > oldToNewName()

The documentation for this struct was generated from the following file: