#include <XMLUtils.h>
Classes | |
class | Reader |
Public Types | |
typedef Reader | Stream_t |
Public Member Functions | |
CBInputStream (Reader &in) | |
virtual unsigned int | curPos () const |
virtual unsigned int | readBytes (XMLByte *const buf, const unsigned int size) |
virtual | ~CBInputStream () |
Private Attributes | |
std::string | buffer |
unsigned int | pos |
Reader & | reader |
Definition at line 126 of file XMLUtils.h.
typedef Reader lhef::CBInputStream::Stream_t |
Definition at line 134 of file XMLUtils.h.
lhef::CBInputStream::CBInputStream | ( | Reader & | in | ) |
Definition at line 128 of file XMLUtils.cc.
|
virtual |
Definition at line 133 of file XMLUtils.cc.
|
inlinevirtual |
|
virtual |
Definition at line 137 of file XMLUtils.cc.
References buffer, lhef::CBInputStream::Reader::data(), pos, SiPixelLorentzAngle_cfi::read, and reader.
|
private |
Definition at line 146 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 147 of file XMLUtils.h.
Referenced by Vispa.Gui.PortWidget.PortWidget::connectionPoint(), curPos(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), Vispa.Gui.VispaWidget.VispaWidget::paintEvent(), and readBytes().
|
private |
Definition at line 145 of file XMLUtils.h.
Referenced by readBytes().