MockParseContext [constructor] | Create an object having the specified fmt as a format specification and the specified numArgs. |
advance_to | Update the held iterator to the unparsed portion of the format string to be the specified it. Subsequent calls to begin will return this value. |
begin | Return an iterator to the beginning of the format specification. |
check_arg_id | Check whether the specified id is in range of number of arguments and enter manual indexing mode. Throw bslfmt::format_error if this object has already entered automatic indexing mode. |
end | Return an iterator to the end of the format specification. |
indexingMode | Return the current indexing mode. |
next_arg_id | Enter automatic indexing mode and return the next argument index. Throw bslfmt::format_error if this object has already entered manual indexing mode. |