Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
XMLInputStream represents an XML input stream that can be used by a XMLInputSource. More...
#include <Teuchos_XMLInputStream.hpp>
Public Member Functions | |
XMLInputStream () | |
Constructor. | |
virtual | ~XMLInputStream () |
Destructor. | |
virtual unsigned int | readBytes (unsigned char *const toFill, const unsigned int maxToRead)=0 |
Read up to maxToRead bytes from the stream. | |
virtual unsigned int | curPos () const |
Identify current position. | |
XMLInputStream represents an XML input stream that can be used by a XMLInputSource.
Definition at line 56 of file Teuchos_XMLInputStream.hpp.
|
inline |
Constructor.
Definition at line 60 of file Teuchos_XMLInputStream.hpp.
|
inlinevirtual |
Destructor.
Definition at line 63 of file Teuchos_XMLInputStream.hpp.
|
pure virtual |
Read up to maxToRead bytes from the stream.
Implemented in Teuchos::FileInputStream, and Teuchos::StringInputStream.
|
virtual |
Identify current position.
Definition at line 48 of file Teuchos_XMLInputStream.cpp.