|
knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
Go to the source code of this file.
Macros | |
| #define | __has_include(x) 0 |
| #define | COMPILER_ID "" |
| #define | STRINGIFY_HELPER(X) #X |
| #define | STRINGIFY(X) STRINGIFY_HELPER(X) |
| #define | PLATFORM_ID |
| #define | ARCHITECTURE_ID |
| #define | DEC(n) |
| #define | HEX(n) |
| #define | C_STD_99 199901L |
| #define | C_STD_11 201112L |
| #define | C_STD_17 201710L |
| #define | C_STD_23 202311L |
| #define | C_VERSION |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| char const * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
| char const * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
| char const * | info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
| const char * | info_language_standard_default |
| const char * | info_language_extensions_default |
| #define __has_include | ( | x | ) | 0 |
Definition at line 17 of file CMakeCCompilerId.c.
| #define ARCHITECTURE_ID |
Definition at line 745 of file CMakeCCompilerId.c.
| #define C_STD_11 201112L |
Definition at line 831 of file CMakeCCompilerId.c.
| #define C_STD_17 201710L |
Definition at line 832 of file CMakeCCompilerId.c.
| #define C_STD_23 202311L |
Definition at line 833 of file CMakeCCompilerId.c.
| #define C_STD_99 199901L |
Definition at line 830 of file CMakeCCompilerId.c.
| #define C_VERSION |
Definition at line 843 of file CMakeCCompilerId.c.
| #define COMPILER_ID "" |
Definition at line 448 of file CMakeCCompilerId.c.
| #define DEC | ( | n | ) |
Definition at line 749 of file CMakeCCompilerId.c.
| #define HEX | ( | n | ) |
Definition at line 760 of file CMakeCCompilerId.c.
| #define PLATFORM_ID |
Definition at line 579 of file CMakeCCompilerId.c.
| #define STRINGIFY | ( | X | ) | STRINGIFY_HELPER(X) |
Definition at line 469 of file CMakeCCompilerId.c.
| #define STRINGIFY_HELPER | ( | X | ) | #X |
Definition at line 468 of file CMakeCCompilerId.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 877 of file CMakeCCompilerId.c.
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Definition at line 826 of file CMakeCCompilerId.c.
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 455 of file CMakeCCompilerId.c.
| const char* info_language_extensions_default |
Definition at line 859 of file CMakeCCompilerId.c.
| const char* info_language_standard_default |
Definition at line 856 of file CMakeCCompilerId.c.
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 825 of file CMakeCCompilerId.c.