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. More... | |
virtual | ~XMLInputStream () |
Destructor. More... | |
virtual unsigned int | readBytes (unsigned char *const toFill, const unsigned int maxToRead)=0 |
Read up to maxToRead bytes from the stream. More... | |
virtual unsigned int | curPos () const |
Identify current position. More... | |
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::StringInputStream, and Teuchos::FileInputStream.
|
virtual |
Identify current position.
Definition at line 48 of file Teuchos_XMLInputStream.cpp.