carl
24.04
Computer ARithmetic Library
|
A small wrapper that makes using checkpoints easier in carl. More...
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) |
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.
#define CARL_ADD_CHECKPOINT | ( | channel, | |
description, | |||
forced, | |||
... | |||
) |
Definition at line 26 of file carl-checkpoints.h.
#define CARL_CHECKPOINT | ( | channel, | |
description, | |||
... | |||
) |
Definition at line 27 of file carl-checkpoints.h.
#define CARL_CLEAR_CHECKPOINT | ( | channel | ) |
Definition at line 28 of file carl-checkpoints.h.