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