
log4cpp:OstringStream (3)
NAME
log4cpp::OstringStream - OstringStream is a portability class used to
work around the unavailability of std::ostringstream on some platforms
(most notably g++ < 2.95.3).
SYNOPSIS
#include <OstringStream.hh>
Public Methods
std::string str ()
void vform (const char *format, va_list args)
appends a string to the stream, built from a format specifier and a
va_list of arguments, analogously to vprintf(3).
DETAILED DESCRIPTION
OstringStream is a portability class used to work around the
unavailability of std::ostringstream on some platforms (most notably
g++ < 2.95.3).
It also provides a vform() method.
MEMBER FUNCTION DOCUMENTATION
std::string log4cpp::OstringStream::str ()
void log4cpp::OstringStream::vform (const char * format, va_list args)
appends a string to the stream, built from a format specifier and a
va_list of arguments, analogously to vprintf(3).
Parameters:
format the format specifier.
args the va_list of arguments.
AUTHOR
Generated automatically by Doxygen for log4cpp from the source code.
log4cpp 19 Aug 2003 log4cpp::OstringStream(3)