Carna  Version 3.3.2
Static Public Member Functions | List of all members
Carna::base::BreakForDebug Class Reference

Controls whether the CARNA_BREAK_FOR_DEBUG macro produces a break point or not. More...

#include <CarnaException.h>

Static Public Member Functions

static void enable ()
 Makes future invocations of CARNA_BREAK_FOR_DEBUG will produce break point.
 
static void disable ()
 Prevents future invocations of CARNA_BREAK_FOR_DEBUG from producing break point.
 
static bool isEnabled ()
 Tells whether future invocations of CARNA_BREAK_FOR_DEBUG will produce break point.
 

Detailed Description

Controls whether the CARNA_BREAK_FOR_DEBUG macro produces a break point or not.

Default configuration will produce BreakForDebug::isEnabled() == true.

Author
Leonid Kostrykin
Date
27.5.13

Definition at line 120 of file CarnaException.h.


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