| 
    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.  More... | |
| virtual | ~FileInputSource () | 
| Destructor.  More... | |
| virtual RCP< XMLInputStream > | stream () const | 
| Create a FileInputStream.  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... | |
Instantiation of XMLInputSource class for reading XML from a file.
Definition at line 26 of file Teuchos_FileInputSource.hpp.
| FileInputSource::FileInputSource | ( | const std::string & | filename | ) | 
Constructor.
Definition at line 16 of file Teuchos_FileInputSource.cpp.
      
  | 
  inlinevirtual | 
Destructor.
Definition at line 33 of file Teuchos_FileInputSource.hpp.
      
  | 
  virtual | 
Create a FileInputStream.
Implements Teuchos::XMLInputSource.
Definition at line 20 of file Teuchos_FileInputSource.cpp.
 1.8.5