#include <XMLUtils.h>
Classes | |
class | Reader |
Public Types | |
typedef Reader | Stream_t |
Public Member Functions | |
CBInputStream (Reader &in) | |
XMLFilePos | curPos () const override |
const XMLCh * | getContentType () const override |
XMLSize_t | readBytes (XMLByte *const buf, const XMLSize_t size) override |
~CBInputStream () override | |
Private Attributes | |
std::string | buffer |
unsigned int | pos |
Reader & | reader |
Definition at line 129 of file XMLUtils.h.
typedef Reader lhef::CBInputStream::Stream_t |
Definition at line 137 of file XMLUtils.h.
lhef::CBInputStream::CBInputStream | ( | Reader & | in | ) |
Definition at line 129 of file XMLUtils.cc.
|
override |
Definition at line 134 of file XMLUtils.cc.
|
inlineoverride |
|
inlineoverride |
Definition at line 147 of file XMLUtils.h.
|
override |
Definition at line 138 of file XMLUtils.cc.
References buffer, lhef::CBInputStream::Reader::data(), and reader.
|
private |
Definition at line 151 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 152 of file XMLUtils.h.
Referenced by Vispa.Gui.PortWidget.PortWidget::connectionPoint(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), and Vispa.Gui.VispaWidget.VispaWidget::paintEvent().
|
private |
Definition at line 150 of file XMLUtils.h.
Referenced by readBytes().