src/include/smbios/config/suffix.hpp File Reference
#include <limits.h>
Go to the source code of this file.
Define Documentation
#define LIBSMBIOS_COMPILER "Unknown ISO C++ Compiler" |
#define LIBSMBIOS_DEDUCED_TYPENAME typename |
#define LIBSMBIOS_DO_JOIN |
( |
X, |
|
|
Y |
|
) |
LIBSMBIOS_DO_JOIN2(X,Y) |
#define LIBSMBIOS_DO_JOIN2 |
( |
X, |
|
|
Y |
|
) |
X##Y |
#define LIBSMBIOS_DO_STRINGIZE |
( |
X |
|
) |
#X |
#define LIBSMBIOS_HAS_PARTIAL_STD_ALLOCATOR |
#define LIBSMBIOS_JOIN |
( |
X, |
|
|
Y |
|
) |
LIBSMBIOS_DO_JOIN( X, Y ) |
#define LIBSMBIOS_MSVC6_MEMBER_TEMPLATES |
#define LIBSMBIOS_NESTED_TEMPLATE template |
#define LIBSMBIOS_NO_HASH |
#define LIBSMBIOS_NO_LONG_LONG_NUMERIC_LIMITS |
#define LIBSMBIOS_NO_MS_INT64_NUMERIC_LIMITS |
#define LIBSMBIOS_NO_SLIST |
#define LIBSMBIOS_PLATFORM "Unknown" |
#define LIBSMBIOS_STATIC_CONSTANT |
( |
type, |
|
|
assignment |
|
) |
static const type assignment |
#define LIBSMBIOS_STDLIB "Unknown ISO standard library" |
#define LIBSMBIOS_STRINGIZE |
( |
X |
|
) |
LIBSMBIOS_DO_STRINGIZE(X) |
#define LIBSMBIOS_UNREACHABLE_RETURN |
( |
x |
|
) |
|
#define LIBSMBIOS_USE_FACET |
( |
Type, |
|
|
loc |
|
) |
std::use_facet< Type >(loc) |