|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_XMLObject.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_StringInputSource.hpp"#include "Teuchos_FileInputSource.hpp"#include "Teuchos_Version.hpp"#include <fstream>
Go to the source code of this file.
Classes | |
| class | XMLObject |
| Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object, allowing storage by reference. More... | |
| class | StringInputSource |
| Instantiation of XMLInputSource class for reading XML from a std::string. More... | |
| class | FileInputSource |
| Instantiation of XMLInputSource class for reading XML from a file. More... | |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 57 of file parameterlist/test/XML/cxx_main.cpp.