#include <Teuchos_XMLInputStream.hpp>
Inheritance diagram for Teuchos::XMLInputStream:
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.
|
|
Constructor.
Definition at line 47 of file Teuchos_XMLInputStream.hpp. |
|
|
Destructor.
Definition at line 50 of file Teuchos_XMLInputStream.hpp. |
|
||||||||||||
|
Read up to maxToRead bytes from the stream.
Implemented in Teuchos::FileInputStream, and Teuchos::StringInputStream. |
|
|
Identify current position.
Definition at line 35 of file Teuchos_XMLInputStream.cpp. |
1.3.9.1