carl  24.04
Computer ARithmetic Library
carl-checkpoints.h File Reference

A small wrapper that makes using checkpoints easier in carl. More...

#include "config.h"
#include "Checkpoints.h"
Include dependency graph for carl-checkpoints.h:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 
 carl::checkpoints
 

Macros

#define CARL_ADD_CHECKPOINT(channel, description, forced, ...)
 
#define CARL_CHECKPOINT(channel, description, ...)
 
#define CARL_CLEAR_CHECKPOINT(channel)
 

Detailed Description

A small wrapper that makes using checkpoints easier in carl.

Note that this header should not be included if you want to use the carl checkpoints facilities yourself. To do that, include Checkpoints.h and create checkpoints macros like below for your own application.

Definition in file carl-checkpoints.h.

Macro Definition Documentation

◆ CARL_ADD_CHECKPOINT

#define CARL_ADD_CHECKPOINT (   channel,
  description,
  forced,
  ... 
)

Definition at line 26 of file carl-checkpoints.h.

◆ CARL_CHECKPOINT

#define CARL_CHECKPOINT (   channel,
  description,
  ... 
)

Definition at line 27 of file carl-checkpoints.h.

◆ CARL_CLEAR_CHECKPOINT

#define CARL_CLEAR_CHECKPOINT (   channel)

Definition at line 28 of file carl-checkpoints.h.