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

Public Member Functions

 expression_t (const std::string &, const std::string &)
 Constructor. More...
 
 expression_t ()
 

Public Attributes

std::string lval
 
std::string rval
 
std::string op
 

Constructor & Destructor Documentation

◆ expression_t() [1/2]

expression_t::expression_t ( const std::string &  s,
const std::string &  o 
)

Constructor.

Parameters
sString to be splitted
oList of valid operators (single character only)

◆ expression_t() [2/2]

expression_t::expression_t ( )

Member Data Documentation

◆ lval

std::string MHAParser::expression_t::lval

◆ rval

std::string MHAParser::expression_t::rval

◆ op

std::string MHAParser::expression_t::op

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