#include <Teuchos_FileInputSource.hpp>
Inheritance diagram for Teuchos::FileInputSource:

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.
|
|
Constructor.
Definition at line 35 of file Teuchos_FileInputSource.cpp. |
|
|
Destructor.
Definition at line 52 of file Teuchos_FileInputSource.hpp. |
|
|
Create a FileInputStream.
Implements Teuchos::XMLInputSource. Definition at line 39 of file Teuchos_FileInputSource.cpp. |
1.3.9.1