STE-Industries: utilities testing
|
#include <assert.h>
#include <limits.h>
#include <inttypes.h>
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>" |
Definition in file Graphic.h.
#define PURE_VIRTUAL = 0 |
|
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().
|
staticconstexpr |
String terminator character.
Definition at line 26 of file Graphic.h.
Referenced by GraphicSpace::NumericParameterDescriptor< NUMERIC_TYPE, EXCEPTION_TYPE >::Assign(), and GraphicSpace::EnumeratedParameterDescriptor< ENUMERATED_TYPE >::Assign().
|
staticconstexpr |
Path of the standard output file.
Definition at line 35 of file Graphic.h.
Referenced by Application(), main(), GraphicSpace::NumericParameterDescriptor< NUMERIC_TYPE, EXCEPTION_TYPE >::PrintUsage(), GraphicSpace::EnumeratedParameterDescriptor< ENUMERATED_TYPE >::PrintUsage(), and Usage().