ATLAS Offline Software
|
This are the SEAL debug aids, adapted to build in Atlas, after the drop of that project. More...
#include "CxxUtils/checker_macros.h"
#include "CxxUtils/SealCommon.h"
#include <cstddef>
#include <atomic>
Go to the source code of this file.
Classes | |
struct | Athena::BitTraits< T > |
Describe the bit features of an integral type T . More... | |
class | Athena::DebugAids |
Utilities for debugging support. More... | |
Namespaces | |
Athena | |
Some weak symbol referencing magic... | |
Macros | |
#define | CXXUTILS_SEAL_DEBUG_H |
#define | STDERR_HANDLE STDERR_FILENO |
#define | MYWRITE(fd, data, n) write(fd,data,n) |
This are the SEAL debug aids, adapted to build in Atlas, after the drop of that project.
sss: Add stacktraceLine. fwinkl: Add enableCoreFiles, disableCoreFiles.
Definition in file SealDebug.h.
#define CXXUTILS_SEAL_DEBUG_H |
Definition at line 23 of file SealDebug.h.
Definition at line 45 of file SealDebug.h.
#define STDERR_HANDLE STDERR_FILENO |
Definition at line 35 of file SealDebug.h.