#include <Teuchos_FileInputSource.hpp>


Public Member Functions | |
| FileInputSource (const std::string &filename) | |
| Constructor. | |
| virtual | ~FileInputSource () |
| Destructor. | |
| virtual RCP< XMLInputStream > | stream () const |
| Create a FileInputStream. | |
Definition at line 45 of file Teuchos_FileInputSource.hpp.
| FileInputSource::FileInputSource | ( | const std::string & | filename | ) |
| virtual Teuchos::FileInputSource::~FileInputSource | ( | ) | [inline, virtual] |
| RCP< XMLInputStream > FileInputSource::stream | ( | ) | const [virtual] |
Create a FileInputStream.
Implements Teuchos::XMLInputSource.
Definition at line 39 of file Teuchos_FileInputSource.cpp.
1.5.9