#include <XMLUtils.h>
|
std::istream & | in |
|
unsigned int | pos |
|
Definition at line 142 of file XMLUtils.h.
◆ Stream_t
◆ STLInputStream()
lhef::STLInputStream::STLInputStream |
( |
std::istream & |
in | ) |
|
Definition at line 143 of file XMLUtils.cc.
145 throw cms::Exception(
"FileStreamError") <<
"I/O stream bad in STLInputStream::STLInputStream()" << std::endl;
References in.
◆ ~STLInputStream()
lhef::STLInputStream::~STLInputStream |
( |
| ) |
|
|
override |
◆ curPos()
XMLFilePos lhef::STLInputStream::curPos |
( |
| ) |
const |
|
inlineoverride |
◆ getContentType()
const XMLCh* lhef::STLInputStream::getContentType |
( |
| ) |
const |
|
inlineoverride |
◆ readBytes()
XMLSize_t lhef::STLInputStream::readBytes |
( |
XMLByte *const |
buf, |
|
|
const XMLSize_t |
size |
|
) |
| |
|
override |
◆ in
std::istream& lhef::STLInputStream::in |
|
private |
◆ pos
unsigned int lhef::STLInputStream::pos |
|
private |