Concrete remapper that relies on an STL map.
More...
#include <shibsp/util/DOMPropertySet.h>
|
| STLRemapper (const std::map< std::string, std::string > &rules) |
| Constructor.
|
|
const char * | remap (const char *src, xmltooling::logging::Category &log) const |
| Remap a name (or return it unchanged).
|
|
virtual | ~Remapper () |
| Destructor.
|
|
Concrete remapper that relies on an STL map.
◆ STLRemapper()
shibsp::DOMPropertySet::STLRemapper::STLRemapper |
( |
const std::map< std::string, std::string > & |
rules | ) |
|
◆ remap()
const char * shibsp::DOMPropertySet::STLRemapper::remap |
( |
const char * |
src, |
|
|
xmltooling::logging::Category & |
log |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following file: