repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
default.h File Reference
#include <librepr/feature.h>
#include "platform.h"
#include "warning.h"
Include dependency graph for default.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define REPR_HARD_CHECKS   OFF
 
#define REPR_RTTI   ON
 
#define REPR_CTTI   OFF
 
#define REPR_SOURCE_LOCATION   OFF
 
#define REPR_DEFAULT_TEMPLATE_ARGUMENTS   OFF
 
#define REPR_DEMANGLE_MAX   1024
 
#define REPR_USE_MAGIC_ENUM   OFF
 
#define REPR_ENUM_MIN_SIGNED   -128
 
#define REPR_ENUM_MAX_SIGNED   127
 
#define REPR_ENUM_MIN_UNSIGNED   0
 
#define REPR_ENUM_MAX_UNSIGNED   255
 
#define REPR_ENUM_CHUNKSIZE   255
 
#define REPR_ENUM_FAST_SEARCH   ON
 
#define REPR_ENUM_RECURSIVE_SEARCH   OFF
 

Macro Definition Documentation

◆ REPR_CTTI

#define REPR_CTTI   OFF

◆ REPR_DEFAULT_TEMPLATE_ARGUMENTS

#define REPR_DEFAULT_TEMPLATE_ARGUMENTS   OFF

◆ REPR_DEMANGLE_MAX

#define REPR_DEMANGLE_MAX   1024

◆ REPR_ENUM_CHUNKSIZE

#define REPR_ENUM_CHUNKSIZE   255

◆ REPR_ENUM_FAST_SEARCH

#define REPR_ENUM_FAST_SEARCH   ON

◆ REPR_ENUM_MAX_SIGNED

#define REPR_ENUM_MAX_SIGNED   127

◆ REPR_ENUM_MAX_UNSIGNED

#define REPR_ENUM_MAX_UNSIGNED   255

◆ REPR_ENUM_MIN_SIGNED

#define REPR_ENUM_MIN_SIGNED   -128

◆ REPR_ENUM_MIN_UNSIGNED

#define REPR_ENUM_MIN_UNSIGNED   0

◆ REPR_ENUM_RECURSIVE_SEARCH

#define REPR_ENUM_RECURSIVE_SEARCH   OFF

◆ REPR_HARD_CHECKS

#define REPR_HARD_CHECKS   OFF

◆ REPR_RTTI

#define REPR_RTTI   ON

◆ REPR_SOURCE_LOCATION

#define REPR_SOURCE_LOCATION   OFF

◆ REPR_USE_MAGIC_ENUM

#define REPR_USE_MAGIC_ENUM   OFF