This class does parsing and output of sequences whose corresponding output is independent of the type and value of the object being formatted.
Declared in <bdlt_literal_specifierformatter.h>
template<class t_CHAR>
class Literal_SpecifierFormatter;
| Name | Description |
|---|---|
Literal_SpecifierFormatter [constructor] | Create an object with totalWidth set to 0. |
formatNextSpecifier | Format the next recognized specifier character from spec to outIt. |
parseNextSpecifier | Parse the next recognized specifier character from spec. |
totalWidth | Return the total width of the output anticipated from all the previous calls to parseNextSpecifier. |