Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros
Teuchos_XMLParser.cpp File Reference
#include "Teuchos_XMLParser.hpp"
#include "Teuchos_TreeBuildingXMLHandler.hpp"
#include "Teuchos_Assert.hpp"
#include <stack>
Include dependency graph for Teuchos_XMLParser.cpp:

Go to the source code of this file.

Macros

#define XMLPARSER_TFE(T, S)    TEUCHOS_TEST_FOR_EXCEPTION( T, std::runtime_error, "XML parse error at line " << _lineNo << ": " << S )
 

Macro Definition Documentation

◆ XMLPARSER_TFE

#define XMLPARSER_TFE ( T,
S )    TEUCHOS_TEST_FOR_EXCEPTION( T, std::runtime_error, "XML parse error at line " << _lineNo << ": " << S )

Definition at line 134 of file Teuchos_XMLParser.cpp.