OmPrintfStream

Superclass:
Declared In:

Introduction

A 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

putF

like sprintf, but to an OmIByteStream


putF


like sprintf, but to an OmIByteStream

public

static bool putF( OmIByteStream *consumer, const char *fmt, ...);