DUNE
Distributed and Unified Numerics Environment
Dune TypeTree (unstable)
Toggle main menu visibility
Main Page
Related Pages
Modules
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
+
Functions
a
b
c
d
e
f
h
i
l
m
o
p
s
t
u
+
Variables
d
i
l
n
r
t
v
+
Typedefs
c
f
i
n
p
r
s
t
+
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Modules
Pages
dune
typetree
exceptions.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
4
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-GPL-2.0-only-with-PDELab-exception
5
#ifndef DUNE_TYPETREE_EXCEPTIONS_HH
6
#define DUNE_TYPETREE_EXCEPTIONS_HH
7
8
#include <dune/common/exceptions.hh>
9
15
namespace
Dune {
16
namespace
TypeTree {
17
19
class
Exception
20
:
public
Dune::Exception
21
{};
22
23
}
// namespace TypeTree
24
}
// namespace Dune
25
26
#endif
// DUNE_TYPETREE_EXCEPTIONS_HH
Dune::TypeTree::Exception
Base class for all TypeTree exceptions.
Definition:
exceptions.hh:21
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Apr 5, 23:02, 2025)