#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. | |
Definition at line 43 of file Teuchos_XMLInputStream.hpp.
| Teuchos::XMLInputStream::XMLInputStream | ( | ) | [inline] |
| virtual Teuchos::XMLInputStream::~XMLInputStream | ( | ) | [inline, virtual] |
| unsigned int XMLInputStream::curPos | ( | ) | const [virtual] |
| 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::FileInputStream, and Teuchos::StringInputStream.
1.5.9