#include <Teuchos_StringInputStream.hpp>
Inheritance diagram for Teuchos::StringInputStream:
Public Member Functions | |
| StringInputStream (const string &text) | |
| Construct with the string from which data will be read. | |
| virtual | ~StringInputStream () |
| Destructor. | |
| virtual unsigned int | readBytes (unsigned char *const toFill, const unsigned int maxToRead) |
| Read up to maxToRead bytes. | |
This is a low-level object and should not be needed at the user level. FileInputSource is the user-level object.
Definition at line 51 of file Teuchos_StringInputStream.hpp.
|
|
Construct with the string from which data will be read.
Definition at line 56 of file Teuchos_StringInputStream.hpp. |
|
|
Destructor.
Definition at line 60 of file Teuchos_StringInputStream.hpp. |
|
||||||||||||
|
Read up to maxToRead bytes.
Implements Teuchos::XMLInputStream. Definition at line 34 of file Teuchos_StringInputStream.cpp. |
1.3.9.1