Isis Developer Reference
IsisDebug.h File Reference

Go to the source code of this file.

Classes

class  StackTrace
 

Macros

#define ASSERT_PTR(x)
 
#define ASSERT(x)
 

Functions

void startMonitoringMemory ()
 This is free and unencumbered software released into the public domain. More...
 
void stopMonitoringMemory ()
 
void SegmentationFault (int)
 
void Abort (int)
 
void InterruptSignal (int)
 

Macro Definition Documentation

◆ ASSERT

#define ASSERT (   x)

◆ ASSERT_PTR

#define ASSERT_PTR (   x)

Function Documentation

◆ Abort()

void Abort ( int  )

◆ InterruptSignal()

void InterruptSignal ( int  )

◆ SegmentationFault()

void SegmentationFault ( int  )

◆ startMonitoringMemory()

void startMonitoringMemory ( )

This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.

◆ stopMonitoringMemory()

void stopMonitoringMemory ( )