Return true if input so far is complete and fully emitted.
Synopsis
Declared in <bdlde_hexdecoder.h>
bool
isAcceptable() const;
Description
Return true if the input read so far by this decoder is considered syntactically complete and all resulting output has been emitted; return false otherwise. Note that there must not be any unprocessed characters accumulated in the input buffer of this decoder.
Return Value
true if the input so far is syntactically complete and all output has been emitted, and false otherwise
Created with MrDocs