|
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. | |
| virtual | ~StringInputSource () |
| Destructor. | |
| virtual RCP< XMLInputStream > | stream () const |
| Create a StringInputStream. | |
Private Attributes | |
| std::string | text_ |
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.
std::string Teuchos::StringInputSource::text_ [private] |
Definition at line 75 of file Teuchos_StringInputSource.hpp.
1.7.6.1