C++ Interface to Tauola
Log::Pointer Struct Reference

#include <Log.h>

Collaboration diagram for Log::Pointer:
Collaboration graph

Data Fields

unsigned long address
unsigned long size
char file [64]
unsigned long line

Detailed Description

Memory leak tracking section. Compile with #define LOG_DEBUG_MODE to turn it on. WARNING! Increases execution time significantly. Useful only for debug purposes.

Definition at line 122 of file include/Tauola/Log.h.

Field Documentation

◆ address

unsigned long address

Definition at line 124 of file include/Tauola/Log.h.

◆ file

char file

Definition at line 126 of file include/Tauola/Log.h.

◆ line

unsigned long line

Definition at line 127 of file include/Tauola/Log.h.

◆ size

unsigned long size

Definition at line 125 of file include/Tauola/Log.h.


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