CGRA-ME
Classes | Macros
Util.h File Reference
#include <string>
#include <utility>

Go to the source code of this file.

Classes

struct  pair_hash
 

Macros

#define cgrame_msg(m)   std::cout << "[INFO] " << m << std::endl
 
#define cgrame_warn(m)   std::cout << "[WARNING] " << m << std::endl
 
#define cgrame_label(l)   std::cout << "[" << l << "] " << std::endl
 
#define cgrame_cmsg(m)   std::cout << "[\033[1;34mINFO\033[0m] " << m << std::endl
 
#define cgrame_cwarn(m)   std::cout << "[\033[1;33mWARNING\033[0m] " << m << std::endl
 
#define cgrame_clabel(l)   std::cout << "[\033[1;36m" << l << "\033[0m] " << std::endl
 

Macro Definition Documentation

◆ cgrame_clabel

#define cgrame_clabel (   l)    std::cout << "[\033[1;36m" << l << "\033[0m] " << std::endl

Definition at line 22 of file Util.h.

◆ cgrame_cmsg

#define cgrame_cmsg (   m)    std::cout << "[\033[1;34mINFO\033[0m] " << m << std::endl

Definition at line 20 of file Util.h.

◆ cgrame_cwarn

#define cgrame_cwarn (   m)    std::cout << "[\033[1;33mWARNING\033[0m] " << m << std::endl

Definition at line 21 of file Util.h.

◆ cgrame_label

#define cgrame_label (   l)    std::cout << "[" << l << "] " << std::endl

Definition at line 19 of file Util.h.

◆ cgrame_msg

#define cgrame_msg (   m)    std::cout << "[INFO] " << m << std::endl

Definition at line 17 of file Util.h.

◆ cgrame_warn

#define cgrame_warn (   m)    std::cout << "[WARNING] " << m << std::endl

Definition at line 18 of file Util.h.