#include <messageformatparser.hpp>
| Enumerator |
|---|
| FixedNotation |
|
| ScientificNotation |
|
| ShortestNotation |
|
| Enumerator |
|---|
| StringPlaceholder |
|
| IntegerPlaceholder |
|
| FloatPlaceholder |
|
| Misc::MessageFormatParser::~MessageFormatParser |
( |
| ) |
|
|
virtual |
| void Misc::MessageFormatParser::process |
( |
const std::string & |
message | ) |
|
|
virtual |
| virtual void Misc::MessageFormatParser::visitedCharacter |
( |
char |
c | ) |
|
|
protectedpure virtual |
| virtual void Misc::MessageFormatParser::visitedPlaceholder |
( |
Placeholder |
placeholder, |
|
|
char |
padding, |
|
|
int |
width, |
|
|
int |
precision, |
|
|
Notation |
notation |
|
) |
| |
|
protectedpure virtual |
The documentation for this class was generated from the following files: