Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
core
test
MemoryManagement
SimpleThrowFunctions.cpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Teuchos: Common Tools Package
4
//
5
// Copyright 2004 NTESS and the Teuchos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#include "
SimpleThrowFunctions.hpp
"
11
#include "
Teuchos_Assert.hpp
"
12
13
14
void
func_a
()
15
{
16
TEUCHOS_TEST_FOR_EXCEPTION
(
true
, std::logic_error,
"This is an exception I throw!"
);
17
}
18
19
20
void
func_b
()
21
{
22
func_a
();
23
}
func_a
void func_a()
Definition:
SimpleThrowFunctions.cpp:14
TEUCHOS_TEST_FOR_EXCEPTION
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
Macro for throwing an exception with breakpointing to ease debugging.
Definition:
Teuchos_TestForException.hpp:146
SimpleThrowFunctions.hpp
func_b
void func_b()
Definition:
SimpleThrowFunctions.cpp:20
Teuchos_Assert.hpp
Generated on Thu Nov 21 2024 09:21:38 for Teuchos Package Browser (Single Doxygen Collection) by
1.8.5