|
Teuchos - Trilinos Tools Package
Version of the Day
|
Instantiation of XMLInputSource class for reading XML from a std::string. More...
#include <Teuchos_StringInputSource.hpp>
Public Member Functions | |
| StringInputSource (const std::string &text) | |
| Constructor. | |
| virtual | ~StringInputSource () |
| Destructor. | |
| virtual RCP< XMLInputStream > | stream () const |
| Create a StringInputStream. | |
Instantiation of XMLInputSource class for reading XML from a std::string.
Definition at line 62 of file Teuchos_StringInputSource.hpp.
| StringInputSource::StringInputSource | ( | const std::string & | text | ) |
Constructor.
Definition at line 48 of file Teuchos_StringInputSource.cpp.
| virtual Teuchos::StringInputSource::~StringInputSource | ( | ) | [inline, virtual] |
Destructor.
Definition at line 69 of file Teuchos_StringInputSource.hpp.
| RCP< XMLInputStream > StringInputSource::stream | ( | ) | const [virtual] |
Create a StringInputStream.
Implements Teuchos::XMLInputSource.
Definition at line 52 of file Teuchos_StringInputSource.cpp.
1.7.6.1