numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of macros for built-in functions of compilers. More...
Go to the source code of this file.
Macros | |
#define | NUM_COLLECT_BUILTIN_COLUMN() |
Get column number. | |
#define | NUM_COLLECT_BUILTIN_FILE() |
Get file path. | |
#define | NUM_COLLECT_BUILTIN_FUNCTION() |
Get function name. | |
#define | NUM_COLLECT_BUILTIN_LINE() |
Get line number. | |
#define | NUM_COLLECT_HAS_BUILTIN(NAME) |
Check existence of a builtins. | |
#define | NUM_COLLECT_HAS_BUILTIN_COLUMN 1 |
Whether NUM_COLLECT_BUILTIN_COLUMN returns correct column number. | |
#define | NUM_COLLECT_HAS_BUILTIN_FILE 1 |
Whether NUM_COLLECT_BUILTIN_FILE returns correct file paths. | |
#define | NUM_COLLECT_HAS_BUILTIN_FUNCTION 1 |
Whether NUM_COLLECT_BUILTIN_FUNCTION returns correct function name. | |
#define | NUM_COLLECT_HAS_BUILTIN_LINE 1 |
Whether NUM_COLLECT_HAS_BUILTIN_LINE returns correct line number. | |
#define | NUM_COLLECT_HAS_MSVC_SOURCE_LOCATION 1 |
Whether this environment is MSVC and has source location support. | |
Definition of macros for built-in functions of compilers.
Definition in file compiler_builtins.h.
#define NUM_COLLECT_BUILTIN_COLUMN | ( | ) |
Get column number.
Definition at line 179 of file compiler_builtins.h.
#define NUM_COLLECT_BUILTIN_FILE | ( | ) |
Get file path.
Definition at line 92 of file compiler_builtins.h.
#define NUM_COLLECT_BUILTIN_FUNCTION | ( | ) |
Get function name.
Definition at line 121 of file compiler_builtins.h.
#define NUM_COLLECT_BUILTIN_LINE | ( | ) |
Get line number.
Definition at line 150 of file compiler_builtins.h.
#define NUM_COLLECT_HAS_BUILTIN | ( | NAME | ) |
Check existence of a builtins.
__has_builtin
.[in] | NAME | Name of builtin. |
Definition at line 68 of file compiler_builtins.h.
#define NUM_COLLECT_HAS_BUILTIN_COLUMN 1 |
Whether NUM_COLLECT_BUILTIN_COLUMN returns correct column number.
Definition at line 172 of file compiler_builtins.h.
#define NUM_COLLECT_HAS_BUILTIN_FILE 1 |
Whether NUM_COLLECT_BUILTIN_FILE returns correct file paths.
Definition at line 85 of file compiler_builtins.h.
#define NUM_COLLECT_HAS_BUILTIN_FUNCTION 1 |
Whether NUM_COLLECT_BUILTIN_FUNCTION returns correct function name.
Definition at line 114 of file compiler_builtins.h.
#define NUM_COLLECT_HAS_BUILTIN_LINE 1 |
Whether NUM_COLLECT_HAS_BUILTIN_LINE returns correct line number.
Definition at line 143 of file compiler_builtins.h.
#define NUM_COLLECT_HAS_MSVC_SOURCE_LOCATION 1 |
Whether this environment is MSVC and has source location support.
Definition at line 33 of file compiler_builtins.h.