Project
Loading...
Searching...
No Matches
o2::framework::RuntimeError Struct Reference

#include <RuntimeError.h>

Public Attributes

char what [MAX_RUNTIME_ERROR_SIZE]
 
voidbacktrace [BacktraceHelpers::MAX_BACKTRACE_SIZE]
 
int maxBacktrace = 0
 

Static Public Attributes

static constexpr unsigned int MAX_RUNTIME_ERRORS = 64
 
static constexpr unsigned int MAX_RUNTIME_ERROR_SIZE = 1024
 

Detailed Description

Definition at line 19 of file RuntimeError.h.

Member Data Documentation

◆ backtrace

void* o2::framework::RuntimeError::backtrace[BacktraceHelpers::MAX_BACKTRACE_SIZE]

Definition at line 23 of file RuntimeError.h.

◆ MAX_RUNTIME_ERROR_SIZE

constexpr unsigned int o2::framework::RuntimeError::MAX_RUNTIME_ERROR_SIZE = 1024
staticconstexpr

Definition at line 21 of file RuntimeError.h.

◆ MAX_RUNTIME_ERRORS

constexpr unsigned int o2::framework::RuntimeError::MAX_RUNTIME_ERRORS = 64
staticconstexpr

Definition at line 20 of file RuntimeError.h.

◆ maxBacktrace

int o2::framework::RuntimeError::maxBacktrace = 0

Definition at line 24 of file RuntimeError.h.

◆ what

char o2::framework::RuntimeError::what[MAX_RUNTIME_ERROR_SIZE]

Definition at line 22 of file RuntimeError.h.


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