Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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)

Macro Definition Documentation

◆ XMLPARSER_TFE

#define XMLPARSER_TFE ( T,
S )
Value:
TEUCHOS_TEST_FOR_EXCEPTION( T, std::runtime_error, "XML parse error at line " << _lineNo << ": " << S )
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
Macro for throwing an exception with breakpointing to ease debugging.

Definition at line 134 of file Teuchos_XMLParser.cpp.