|
OpenASIP 2.2
|
#include <BEMGeneratorCLITextGenerator.hh>


Public Types | |
| enum | { TXT_CLI_TITLE = Texts::LAST__ , TXT_CLI_VERSION } |
| Ids for the stored texts. More... | |
Public Member Functions | |
| BEMGeneratorCLITextGenerator () | |
| virtual | ~BEMGeneratorCLITextGenerator () |
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) |
Text generator used for texts of BEM generator command line user interface.
Definition at line 42 of file BEMGeneratorCLITextGenerator.hh.
| anonymous enum |
Ids for the stored texts.
| Enumerator | |
|---|---|
| TXT_CLI_TITLE | |
| TXT_CLI_VERSION | |
Definition at line 48 of file BEMGeneratorCLITextGenerator.hh.
| BEMGeneratorCLITextGenerator::BEMGeneratorCLITextGenerator | ( | ) |
The constructor.
Definition at line 39 of file BEMGeneratorCLITextGenerator.cc.
References Texts::TextGenerator::addText(), TXT_CLI_TITLE, and TXT_CLI_VERSION.

|
virtual |