src/include/smbios/config/compiler/gcc.hpp File Reference
Go to the source code of this file.
Define Documentation
#define _dbg_cerr |
( |
line |
|
) |
_dbg_iostream_out(cerr, line) |
#define _dbg_cout |
( |
line |
|
) |
_dbg_iostream_out(cout, line) |
#define _dbg_iostream_out |
( |
stream, |
|
|
line |
|
) |
do { stream << line; } while(0) |
#define _null_call |
( |
args... |
|
) |
do {} while(0) |
#define LIBSMBIOS_COMPILER "GNU C++ version " __VERSION__ |
#define LIBSMBIOS_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL |
#define LIBSMBIOS_HAS_FUNCTION |
#define LIBSMBIOS_HAS_LONG_LONG |
#define LIBSMBIOS_HAS_PRETTY_FUNCTION |
#define LIBSMBIOS_HAS_THREADS |
#define LIBSMBIOS_NO_EXCEPTIONS |
#define LIBSMBIOS_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE |
#define LIBSMBIOS_PACKED_ATTR __attribute__ ((packed)) |
#define UNREFERENCED_PARAMETER |
( |
P |
|
) |
((void)(P)) |