![]() |
![]() |
#include <XMLUtils.h>
Public Types | |
typedef std::istream | Stream_t |
Public Member Functions | |
virtual XMLFilePos | curPos () const override |
virtual const XMLCh * | getContentType () const override |
virtual XMLSize_t | readBytes (XMLByte *const buf, const XMLSize_t size) override |
STLInputStream (std::istream &in) | |
virtual | ~STLInputStream () |
Private Attributes | |
std::istream & | in |
unsigned int | pos |
Definition at line 153 of file XMLUtils.h.
typedef std::istream lhef::STLInputStream::Stream_t |
Definition at line 155 of file XMLUtils.h.
lhef::STLInputStream::STLInputStream | ( | std::istream & | in | ) |
Definition at line 172 of file XMLUtils.cc.
|
virtual |
Definition at line 181 of file XMLUtils.cc.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Definition at line 165 of file XMLUtils.h.
|
overridevirtual |
Definition at line 185 of file XMLUtils.cc.
References i, in, pos, and SiPixelLorentzAngle_cfi::read.
|
private |
Definition at line 168 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 169 of file XMLUtils.h.
Referenced by Vispa.Gui.PortWidget.PortWidget::connectionPoint(), curPos(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), Vispa.Gui.VispaWidget.VispaWidget::paintEvent(), and readBytes().