Class documentation of Concepts

Loading...
Searching...
No Matches

#include <exceptions.hh>

Static Public Member Functions

static void print ()
 Prints the stacktrace.
 
static booldoit ()
 If doit is set to false, no stacktrace is printed.
 

Detailed Description

Dumps a stack trace using gdb. This class is used if an assertion fails using conceptsAssert.

See also
conceptsAssert
Author
Philipp Frauenfelder, 2001
Adrien Semin, 2017

Definition at line 34 of file exceptions.hh.

Member Function Documentation

◆ doit()

static bool & concepts::Stacktrace::doit ( )
inlinestatic

If doit is set to false, no stacktrace is printed.

Examples
arpackppTutorial.cc.

Definition at line 39 of file exceptions.hh.


The documentation for this class was generated from the following file: