Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Backtrace::actions Struct Reference

#include <G4Backtrace.hh>

Public Types

using id_entry_t = std::tuple<std::string, G4int, std::string>
 
using id_list_t = std::vector<id_entry_t>
 

Public Attributes

std::map< G4int, G4boolis_active = {}
 
std::map< G4int, sigaction_tcurrent = {}
 
std::map< G4int, sigaction_tprevious = {}
 
std::vector< exit_action_texit_actions = {}
 
const id_list_t identifiers = {}
 

Detailed Description

Definition at line 740 of file G4Backtrace.hh.

Member Typedef Documentation

◆ id_entry_t

using G4Backtrace::actions::id_entry_t = std::tuple<std::string, G4int, std::string>

Definition at line 742 of file G4Backtrace.hh.

◆ id_list_t

Definition at line 743 of file G4Backtrace.hh.

Member Data Documentation

◆ current

std::map<G4int, sigaction_t> G4Backtrace::actions::current = {}

Definition at line 746 of file G4Backtrace.hh.

746{};

◆ exit_actions

std::vector<exit_action_t> G4Backtrace::actions::exit_actions = {}

Definition at line 748 of file G4Backtrace.hh.

748{};

◆ identifiers

const id_list_t G4Backtrace::actions::identifiers = {}

Definition at line 749 of file G4Backtrace.hh.

749{};

◆ is_active

std::map<G4int, G4bool> G4Backtrace::actions::is_active = {}

Definition at line 745 of file G4Backtrace.hh.

745{};

◆ previous

std::map<G4int, sigaction_t> G4Backtrace::actions::previous = {}

Definition at line 747 of file G4Backtrace.hh.

747{};

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