#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 155 of file XMLUtils.h.
typedef std::istream lhef::STLInputStream::Stream_t |
Definition at line 157 of file XMLUtils.h.
lhef::STLInputStream::STLInputStream | ( | std::istream & | in | ) |
Definition at line 172 of file XMLUtils.cc.
|
override |
Definition at line 181 of file XMLUtils.cc.
|
inlineoverride |
|
inlineoverride |
Definition at line 167 of file XMLUtils.h.
|
override |
Definition at line 185 of file XMLUtils.cc.
References mps_fire::i, in, and createfilelist::int.
|
private |
Definition at line 170 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 171 of file XMLUtils.h.
Referenced by Vispa.Gui.PortWidget.PortWidget::connectionPoint(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), and Vispa.Gui.VispaWidget.VispaWidget::paintEvent().