|
OpenASIP 2.2
|
#include <BEMTextGenerator.hh>


Public Types | |
| enum | { TXT_ILLEGAL_IMM_ENC = Texts::LAST__ } |
| Ids for the stored texts. More... | |
Public Member Functions | |
| BEMTextGenerator () | |
| virtual | ~BEMTextGenerator () |
Public Member Functions inherited from Texts::TextGenerator | |
| TextGenerator () | |
| virtual | ~TextGenerator () |
| virtual boost::format | text (int textId) |
| virtual void | addText (int textId, const std::string &templateString) |
| virtual void | replaceText (int textId, const std::string &newString) |
Stores the error messages given in exceptions thrown from BEM object model.
Definition at line 42 of file BEMTextGenerator.hh.
| anonymous enum |
Ids for the stored texts.
| Enumerator | |
|---|---|
| TXT_ILLEGAL_IMM_ENC | |
Definition at line 48 of file BEMTextGenerator.hh.
| BEMTextGenerator::BEMTextGenerator | ( | ) |
The constructor.
Definition at line 38 of file BEMTextGenerator.cc.
References Texts::TextGenerator::addText(), and TXT_ILLEGAL_IMM_ENC.

|
virtual |