#include <XMLUtils.h>
Public Types | |
typedef std::istream | Stream_t |
Public Member Functions | |
XMLFilePos | curPos () const override |
const XMLCh * | getContentType () const override |
XMLSize_t | readBytes (XMLByte *const buf, const XMLSize_t size) override |
STLInputStream (std::istream &in) | |
~STLInputStream () override | |
Private Attributes | |
std::istream & | in |
unsigned int | pos |
Definition at line 145 of file XMLUtils.h.
typedef std::istream lhef::STLInputStream::Stream_t |
Definition at line 147 of file XMLUtils.h.
lhef::STLInputStream::STLInputStream | ( | std::istream & | in | ) |
Definition at line 144 of file XMLUtils.cc.
References in.
|
override |
Definition at line 149 of file XMLUtils.cc.
|
inlineoverride |
|
inlineoverride |
Definition at line 156 of file XMLUtils.h.
|
override |
Definition at line 151 of file XMLUtils.cc.
References visDQMUpload::buf, mps_fire::i, in, createfilelist::int, fileinputsource_cfi::read, and mergeAndRegister::rest.
|
private |
Definition at line 159 of file XMLUtils.h.
Referenced by readBytes(), and STLInputStream().
|
private |
Definition at line 160 of file XMLUtils.h.
Referenced by curPos().