Simbody  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CMakeCXXCompilerId.cpp File Reference

Macros

#define COMPILER_ID   ""
#define PLATFORM_ID   ""
#define ARCHITECTURE_ID   ""
#define DEC(n)
#define HEX(n)

Functions

int main (int argc, char *argv[])

Variables

char const * info_compiler = "]"
char const * info_platform = "]"
char const * info_arch = "]"

Macro Definition Documentation

#define COMPILER_ID   ""
#define PLATFORM_ID   ""
#define ARCHITECTURE_ID   ""
#define DEC (   n)
Value:
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
#define HEX (   n)
Value:
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

char const* info_compiler = "]"
char const* info_platform = "]"
char const* info_arch = "]"