OmPrintfStream
IntroductionA limited implementation of printf semantics that streams to a consumer. It doesn't handle positional arguments... and may have other subtle omissions. But works for basic typical printf. Doesn't depend on an in-memory char target big enough for the result. Member Functions
putFlike sprintf, but to an OmIByteStream public |