#include <XMLUtils.h>
Definition at line 117 of file XMLUtils.h.
◆ Stream_t
◆ CBInputStream()
lhef::CBInputStream::CBInputStream |
( |
Reader & |
in | ) |
|
◆ ~CBInputStream()
lhef::CBInputStream::~CBInputStream |
( |
| ) |
|
|
override |
◆ curPos()
XMLFilePos lhef::CBInputStream::curPos |
( |
| ) |
const |
|
inlineoverride |
◆ getContentType()
const XMLCh* lhef::CBInputStream::getContentType |
( |
| ) |
const |
|
inlineoverride |
◆ readBytes()
XMLSize_t lhef::CBInputStream::readBytes |
( |
XMLByte *const |
buf, |
|
|
const XMLSize_t |
size |
|
) |
| |
|
override |
◆ buffer
std::string lhef::CBInputStream::buffer |
|
private |
◆ pos
unsigned int lhef::CBInputStream::pos |
|
private |
◆ reader
Reader& lhef::CBInputStream::reader |
|
private |