DCL 3.7.4
Loading...
Searching...
No Matches
XOutputStream.cpp File Reference
#include <dcl/Config.h>
#include <dcl/XOutputStream.h>

Go to the source code of this file.

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (XOutputStream, OutputStream) String XOutputStream

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( XOutputStream ,
OutputStream  )

Definition at line 16 of file XOutputStream.cpp.

19{
20 StringBuilder r = className() + __T("(");
21 if (__output)
22 r += __output->toString();
23 else
24 r += __T("null");
25 r += __T(")");
26
27 return r;
28}
29
30XOutputStream::XOutputStream(OutputStream* __destroy__ _pOutput)
31{
32 __output = _pOutput;
33}
#define __destroy__
Definition Config.h:334
IOException *size_t r
Definition MediaInfo.cpp:82
#define __T(str)
Definition Object.h:60