This class template provides an access to the format specification current parsing state.
Synopsis
Declared in <bslfmt_mockparsecontext.h>
template<class t_CHAR>
class MockParseContext;
Type Aliases
Name |
Description |
Character type of the format specification. |
|
Constant iterator over the format specification. |
|
Iterator over the format specification (same as |
Enums
Name |
Description |
Argument indexing mode. |
Member Functions
Name |
Description |
|
Create an object having the specified |
Update the held iterator to the unparsed portion of the format string to be the specified |
|
Return an iterator to the beginning of the format specification. |
|
Check whether the specified |
|
Return an iterator to the end of the format specification. |
|
Return the current indexing mode. |
|
Enter automatic indexing mode and return the next argument index. Throw |
Created with MrDocs