Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <stdlib.h>
#include <iostream>
#include <iomanip>
#include "wcpplib/util/FunNameStack.h"
#include "wcpplib/util/emul_new_stand.h"
#include "util/FunNameStack.ic"
Go to the source code of this file.
Functions | |
void | spexit_action (std::ostream &file) |
std::ostream & | operator<< (std::ostream &file, const FunNameStack &f) |
std::ostream & | operator<< (std::ostream &file, const FunNameWatch &f) |
Variables | |
int | s_throw_exception_in_spexit = 0 |
int | s_exit_without_core = 0 |
std::ostream & operator<< | ( | std::ostream & | file, |
const FunNameStack & | f | ||
) |
Definition at line 476 of file FunNameStack.cpp.
std::ostream & operator<< | ( | std::ostream & | file, |
const FunNameWatch & | f | ||
) |
Definition at line 503 of file FunNameStack.cpp.
void spexit_action | ( | std::ostream & | file | ) |
Definition at line 314 of file FunNameStack.cpp.
int s_exit_without_core = 0 |
Definition at line 64 of file FunNameStack.cpp.
Referenced by spexit_action().
int s_throw_exception_in_spexit = 0 |
Definition at line 63 of file FunNameStack.cpp.
Referenced by spexit_action().