openMSX
|
#include <StringReplacer.hh>
Public Member Functions | |
constexpr std::string_view | operator() (std::string_view input) const |
Public Attributes | |
std::array< FromTo, N > | map |
PMH | pmh |
Definition at line 111 of file StringReplacer.hh.
|
inlineconstexpr |
Definition at line 115 of file StringReplacer.hh.
References StringReplacer::detail::PmhReplacer< N, PMH >::map, and StringReplacer::detail::PmhReplacer< N, PMH >::pmh.
std::array<FromTo, N> StringReplacer::detail::PmhReplacer< N, PMH >::map |
Definition at line 112 of file StringReplacer.hh.
Referenced by StringReplacer::detail::PmhReplacer< N, PMH >::operator()().
PMH StringReplacer::detail::PmhReplacer< N, PMH >::pmh |
Definition at line 113 of file StringReplacer.hh.
Referenced by StringReplacer::detail::PmhReplacer< N, PMH >::operator()().