f78 C-style formatting for streambuf objects

Contents|Index|Previous|Next

C-style formatting for streambuf objects

The GNU streambuf class supports printf-like formatting and scanning. See also printf, fprintf, sprintf.

int streambuf::vform (const char * format, ...) 
Method 
int streambuf::vform (const char * format, va_list args) 
Method 
int streambuf::scan (const char * format, ...) 
Method 
int streambuf::vscan (const char * format, va_list args) 
Method 
0