#include <expander.h>
|
| | Expander (const std::string &leftMarker, const std::string &rightMarker) |
| |
| void | addExpansion (const std::string &key, const std::string val) |
| |
| void | clear (void) |
| |
| void | expand (const std::string &input, std::string &output, bool stripUnknown=false) |
| |
Definition at line 35 of file expander.h.
◆ Expander()
| Expander::Expander |
( |
const std::string & | leftMarker, |
|
|
const std::string & | rightMarker ) |
◆ addExpansion()
| void Expander::addExpansion |
( |
const std::string & | key, |
|
|
const std::string | val ) |
◆ clear()
| void Expander::clear |
( |
void | | ) |
|
◆ expand()
| void Expander::expand |
( |
const std::string & | input, |
|
|
std::string & | output, |
|
|
bool | stripUnknown = false ) |
◆ m_expansions
◆ m_left
| std::string Expander::m_left |
|
protected |
◆ m_right
| std::string Expander::m_right |
|
protected |
The documentation for this class was generated from the following files: