|
Teuchos Package Browser (Single Doxygen Collection)
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. More... | |
| virtual | ~StringInputSource () |
| Destructor. More... | |
| virtual RCP< XMLInputStream > | stream () const |
| Create a StringInputStream. More... | |
Public Member Functions inherited from Teuchos::XMLInputSource | |
| XMLInputSource () | |
| Empty constructor. More... | |
| virtual | ~XMLInputSource () |
| Destructor. More... | |
| XMLObject | getObject () const |
| Get an object by invoking the TreeBuildingXMLHandler on the input data. More... | |
Private Attributes | |
| std::string | text_ |
Instantiation of XMLInputSource class for reading XML from a std::string.
Definition at line 30 of file Teuchos_StringInputSource.hpp.
| StringInputSource::StringInputSource | ( | const std::string & | text | ) |
Constructor.
Definition at line 16 of file Teuchos_StringInputSource.cpp.
|
inlinevirtual |
Destructor.
Definition at line 37 of file Teuchos_StringInputSource.hpp.
|
virtual |
Create a StringInputStream.
Implements Teuchos::XMLInputSource.
Definition at line 20 of file Teuchos_StringInputSource.cpp.
|
private |
Definition at line 43 of file Teuchos_StringInputSource.hpp.
1.8.5