Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Teuchos_XMLObject.hpp File Reference

An object representation of a subset of XML data. More...

#include "Teuchos_XMLObjectImplem.hpp"
#include "Teuchos_Utils.hpp"
Include dependency graph for Teuchos_XMLObject.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::EmptyXMLError
 Thrown when attempting to parse an empty XML std::string. More...
 
class  Teuchos::XMLObject
 Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object, allowing storage by reference. More...
 

Namespaces

 Teuchos
 

Functions

template<>
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
std::string 
Teuchos::XMLObject::getRequired< std::string > (const std::string &name) const
 
template<>
TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
void 
Teuchos::XMLObject::addAttribute< const std::string & > (const std::string &name, const std::string &value)
 

Detailed Description

An object representation of a subset of XML data.

Definition in file Teuchos_XMLObject.hpp.