ROSE 0.11.145.147
|
Intermediate class for printing to C++ ostreams with a printf-like API.
Users seldom declare objects of this type directly, but rather use the Rose::Diagnostics::mfprintf function or the mprintf macro.
Definition at line 363 of file Diagnostics.h.
#include <Rose/Diagnostics.h>
Public Member Functions | |
StreamPrintf (std::ostream &stream) | |
int | operator() (const char *fmt,...) __attribute__((format(printf |
|
inline |
Definition at line 366 of file Diagnostics.h.