#include <StreamOutFormatTarget.h>
Public Member Functions | |
virtual void | flush () |
virtual void | writeChars (const XMLByte *const toWrite, const unsigned int count, XMLFormatter *const formatter) |
constructors and destructor | |
StreamOutFormatTarget (std::ostream &fStream) | |
~StreamOutFormatTarget () | |
Private Member Functions | |
StreamOutFormatTarget & | operator= (const StreamOutFormatTarget &) |
StreamOutFormatTarget (const StreamOutFormatTarget &) | |
Private Attributes | |
std::ostream * | mStream |
Definition at line 30 of file StreamOutFormatTarget.h.
XERCES_CPP_NAMESPACE_BEGIN StreamOutFormatTarget::StreamOutFormatTarget | ( | std::ostream & | fStream | ) |
StreamOutFormatTarget::~StreamOutFormatTarget | ( | ) |
Definition at line 30 of file StreamOutFormatTarget.cc.
{}
StreamOutFormatTarget::StreamOutFormatTarget | ( | const StreamOutFormatTarget & | ) | [private] |
void StreamOutFormatTarget::flush | ( | ) | [virtual] |
StreamOutFormatTarget& StreamOutFormatTarget::operator= | ( | const StreamOutFormatTarget & | ) | [private] |
void StreamOutFormatTarget::writeChars | ( | const XMLByte *const | toWrite, |
const unsigned int | count, | ||
XMLFormatter *const | formatter | ||
) | [virtual] |
std::ostream* StreamOutFormatTarget::mStream [private] |
Definition at line 49 of file StreamOutFormatTarget.h.
Referenced by flush(), StreamOutFormatTarget(), and writeChars().