#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 127 of file XMLUtils.h.
typedef Reader lhef::CBInputStream::Stream_t |
Definition at line 135 of file XMLUtils.h.
lhef::CBInputStream::CBInputStream | ( | Reader & | in | ) |
Definition at line 129 of file XMLUtils.cc.
|
virtual |
Definition at line 134 of file XMLUtils.cc.
|
inlinevirtual |
|
virtual |
Definition at line 138 of file XMLUtils.cc.
|
private |
Definition at line 147 of file XMLUtils.h.
|
private |
Definition at line 148 of file XMLUtils.h.
Referenced by curPos().
|
private |
Definition at line 146 of file XMLUtils.h.