11#include "Teuchos_Assert.hpp" 
   27    "XMLInputStream::curPos() should never be called. It exists only for " 
   28    "compatibility with Xerces.");
 
 
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
Macro for throwing an exception with breakpointing to ease debugging.
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...