|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_XMLParser.hpp"#include "Teuchos_TreeBuildingXMLHandler.hpp"#include "Teuchos_Assert.hpp"#include <stack>
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 ) |
| #define XMLPARSER_TFE | ( | T, | |
| S | |||
| ) | TEUCHOS_TEST_FOR_EXCEPTION( T, std::runtime_error, "XML parse error at line " << _lineNo << ": " << S ) |
Definition at line 102 of file Teuchos_XMLParser.cpp.
1.8.5