CLI  2.9
debug.h File Reference

Debug facilities. More...

#include "cli/namespace.h"
#include "cli/object.h"
#include "cli/tk.h"

Go to the source code of this file.

Classes

class  CallInfo
 Call information object. More...
 

Macros

#define __CALL_INFO__   cli::CallInfo(__FILE__, __LINE__, __func__)
 Call information filling. More...
 

Detailed Description

Debug facilities.

Author
Alexis Royer

Definition in file debug.h.

Macro Definition Documentation

◆ __CALL_INFO__

#define __CALL_INFO__   cli::CallInfo(__FILE__, __LINE__, __func__)

Call information filling.

Use this constant when call information is needed.

Definition at line 90 of file debug.h.