#include <XMLUtils.h>
Public Types | |
typedef std::istream | Stream_t |
Public Member Functions | |
virtual unsigned int | curPos () const |
virtual unsigned int | readBytes (XMLByte *const buf, const unsigned int size) |
STLInputStream (std::istream &in) | |
virtual | ~STLInputStream () |
Private Attributes | |
std::istream & | in |
unsigned int | pos |
Definition at line 150 of file XMLUtils.h.
typedef std::istream lhef::STLInputStream::Stream_t |
Definition at line 152 of file XMLUtils.h.
lhef::STLInputStream::STLInputStream | ( | std::istream & | in | ) |
Definition at line 171 of file XMLUtils.cc.
|
virtual |
Definition at line 180 of file XMLUtils.cc.
|
inlinevirtual |
|
virtual |
Definition at line 184 of file XMLUtils.cc.
References i, in, pos, and SiPixelLorentzAngle_cfi::read.
|
private |
Definition at line 163 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 164 of file XMLUtils.h.
Referenced by Vispa.Gui.PortWidget.PortWidget::connectionPoint(), curPos(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), Vispa.Gui.VispaWidget.VispaWidget::paintEvent(), and readBytes().