TProcura
Biblioteca em C++ para testes paramétricos de algoritmos, e coleção de algoritmos de procura e otimização
Loading...
Searching...
No Matches
compact.h File Reference
#include <cstdio>
#include <cstring>
#include <iostream>
#include <locale>
Include dependency graph for compact.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  compat
 

Macros

#define ICON_LISTA
 
#define X(nome, string)   nome,
 
#define X(nome, string)   case EIcon::nome: return string;
 

Enumerations

enum class  compat::EIcon { compat::X , compat::ICON_LISTA }
 

Functions

void compat::init_io ()
 
int compat::ContaUTF8 (const char *str)
 
const char * compat::Icon (EIcon icon)
 

Macro Definition Documentation

◆ ICON_LISTA

#define ICON_LISTA

Definition at line 58 of file compact.h.

◆ X [1/2]

#define X (   nome,
  string 
)    nome,

Definition at line 110 of file compact.h.

◆ X [2/2]

#define X (   nome,
  string 
)    case EIcon::nome: return string;

Definition at line 110 of file compact.h.