|
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.
| Teuchos::XMLInputStream::XMLInputStream | ( | ) | [inline] |
Constructor.
Definition at line 60 of file Teuchos_XMLInputStream.hpp.
| virtual Teuchos::XMLInputStream::~XMLInputStream | ( | ) | [inline, virtual] |
Destructor.
Definition at line 63 of file Teuchos_XMLInputStream.hpp.
| virtual unsigned int Teuchos::XMLInputStream::readBytes | ( | unsigned char *const | toFill, |
| const unsigned int | maxToRead | ||
| ) | [pure virtual] |
Read up to maxToRead bytes from the stream.
Implemented in Teuchos::StringInputStream, and Teuchos::FileInputStream.
| unsigned int XMLInputStream::curPos | ( | ) | const [virtual] |
Identify current position.
Definition at line 48 of file Teuchos_XMLInputStream.cpp.
1.7.6.1