|
OpenASIP 2.2
|
#include <PIGCLITextGenerator.hh>


Public Types | |
| enum | { TXT_CLI_TITLE = Texts::LAST__ , TXT_CLI_VERSION , TXT_CLI_USAGE , TXT_GENERATING_BEM , TXT_ADF_REQUIRED , TXT_ILLEGAL_ARGS } |
| Ids for the stored texts. More... | |
Public Member Functions | |
| PIGCLITextGenerator () | |
| virtual | ~PIGCLITextGenerator () |
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 the texts of PIG command line user interface.
Definition at line 41 of file PIGCLITextGenerator.hh.
| anonymous enum |
Ids for the stored texts.
| Enumerator | |
|---|---|
| TXT_CLI_TITLE | |
| TXT_CLI_VERSION | |
| TXT_CLI_USAGE | |
| TXT_GENERATING_BEM | |
| TXT_ADF_REQUIRED | |
| TXT_ILLEGAL_ARGS | |
Definition at line 47 of file PIGCLITextGenerator.hh.
| PIGCLITextGenerator::PIGCLITextGenerator | ( | ) |
The constructor.
Definition at line 39 of file PIGCLITextGenerator.cc.
References Texts::TextGenerator::addText(), TXT_ADF_REQUIRED, TXT_CLI_TITLE, TXT_CLI_USAGE, TXT_CLI_VERSION, TXT_GENERATING_BEM, and TXT_ILLEGAL_ARGS.

|
virtual |