Definition at line 70 of file TXMLEngine.cxx.
◆ TXMLOutputStream() [1/2]
TXMLOutputStream::TXMLOutputStream |
( |
const char * |
filename, |
|
|
Int_t |
bufsize = 20000 |
|
) |
| |
|
inline |
◆ TXMLOutputStream() [2/2]
TXMLOutputStream::TXMLOutputStream |
( |
TString * |
outstr, |
|
|
Int_t |
bufsize = 20000 |
|
) |
| |
|
inline |
◆ ~TXMLOutputStream()
virtual TXMLOutputStream::~TXMLOutputStream |
( |
| ) |
|
|
inlinevirtual |
◆ Init()
◆ OutputChar()
void TXMLOutputStream::OutputChar |
( |
char |
symb | ) |
|
|
inline |
◆ OutputCurrent()
void TXMLOutputStream::OutputCurrent |
( |
| ) |
|
|
inline |
◆ Put()
void TXMLOutputStream::Put |
( |
char |
symb, |
|
|
Int_t |
cnt = 1 |
|
) |
| |
|
inline |
◆ Write()
void TXMLOutputStream::Write |
( |
const char * |
str | ) |
|
|
inline |
◆ fBuf
char* TXMLOutputStream::fBuf {nullptr} |
|
protected |
◆ fCurrent
char* TXMLOutputStream::fCurrent {nullptr} |
|
protected |
◆ fLimitAddr
char* TXMLOutputStream::fLimitAddr {nullptr} |
|
protected |
◆ fMaxAddr
char* TXMLOutputStream::fMaxAddr {nullptr} |
|
protected |
◆ fOut
std::ostream* TXMLOutputStream::fOut {nullptr} |
|
protected |
◆ fOutStr
TString* TXMLOutputStream::fOutStr {nullptr} |
|
protected |