The Open Master Hearing Aid (openMHA)  openMHA
Open community platform for hearing aid algorithm research
MHAParser::base_t::replace_t Class Reference

Public Member Functions

 replace_t (const std::string &, const std::string &)
 
void replace (std::string &)
 
const std::string & get_a () const
 
const std::string & get_b () const
 

Private Attributes

std::string a
 
std::string b
 

Constructor & Destructor Documentation

◆ replace_t()

MHAParser::base_t::replace_t::replace_t ( const std::string &  ia,
const std::string &  ib 
)

Member Function Documentation

◆ replace()

void MHAParser::base_t::replace_t::replace ( std::string &  s)

◆ get_a()

const std::string& MHAParser::base_t::replace_t::get_a ( ) const
inline

◆ get_b()

const std::string& MHAParser::base_t::replace_t::get_b ( ) const
inline

Member Data Documentation

◆ a

std::string MHAParser::base_t::replace_t::a
private

◆ b

std::string MHAParser::base_t::replace_t::b
private

The documentation for this class was generated from the following files: