#include <XMLUtils.h>
Classes | |
class | Reader |
Public Types | |
typedef Reader | Stream_t |
Public Member Functions | |
CBInputStream (Reader &in) | |
XMLFilePos | curPos () const override |
const XMLCh * | getContentType () const override |
XMLSize_t | readBytes (XMLByte *const buf, const XMLSize_t size) override |
~CBInputStream () override | |
Private Attributes | |
std::string | buffer |
unsigned int | pos |
Reader & | reader |
Definition at line 120 of file XMLUtils.h.
typedef Reader lhef::CBInputStream::Stream_t |
Definition at line 128 of file XMLUtils.h.
lhef::CBInputStream::CBInputStream | ( | Reader & | in | ) |
Definition at line 108 of file XMLUtils.cc.
|
override |
Definition at line 110 of file XMLUtils.cc.
|
inlineoverride |
|
inlineoverride |
Definition at line 137 of file XMLUtils.h.
|
override |
Definition at line 112 of file XMLUtils.cc.
References visDQMUpload::buf, buffer, lhef::CBInputStream::Reader::data(), fileinputsource_cfi::read, reader, and findQualityFiles::size.
|
private |
Definition at line 141 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 142 of file XMLUtils.h.
Referenced by curPos().
|
private |
Definition at line 140 of file XMLUtils.h.
Referenced by readBytes().