STE-Industries: utilities testing
Graphic.h File Reference
#include <assert.h>
#include <limits.h>
#include <inttypes.h>
Include dependency graph for Graphic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IgnoreValue(Expression)   (static_cast<void>(Expression))
 
#define NumberOfElements(Array)   (sizeof(Array) / sizeof((Array) [0]))
 
#define PURE_VIRTUAL   = 0
 

Variables

static constexpr int DECIMAL_BASE = 10
 
static constexpr char END_STRING = '\0'
 
static constexpr const char * STANDARD_OUTPUT = "<standard output>"
 

Detailed Description

Author
Mauro Fiorentini
Date
22/09/2021
Function:
General purpose include file for all the graphic environment files.

Definition in file Graphic.h.

Macro Definition Documentation

◆ PURE_VIRTUAL

#define PURE_VIRTUAL   = 0

Constant used to define C++ pure virtual functions, to make their declaration more readable.

Definition at line 22 of file Graphic.h.

Variable Documentation

◆ DECIMAL_BASE

DECIMAL_BASE = 10
staticconstexpr

Base used in number conversions. All digits in the decimal system have a value smaller than this.

Definition at line 31 of file Graphic.h.

Referenced by GraphicSpace::NumericParameterDescriptor< NUMERIC_TYPE, EXCEPTION_TYPE >::Assign().

◆ END_STRING

END_STRING = '\0'
staticconstexpr

◆ STANDARD_OUTPUT

STANDARD_OUTPUT = "<standard output>"
staticconstexpr