This class does parsing and output of sequences whose corresponding output is independent of the type and value of the object being formatted.

Synopsis

Declared in <bdlt_literal_specifierformatter.h>

template<class t_CHAR>
class Literal_SpecifierFormatter;

Member Functions

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.

Created with MrDocs