Go to the source code of this file.
◆ _dbg_cerr
◆ _dbg_cout
◆ _dbg_iostream_out
| #define _dbg_iostream_out |
( |
|
stream, |
|
|
|
line |
|
) |
| do { stream << line; } while(0) |
◆ _null_call
| #define _null_call |
( |
|
args... | ) |
do {} while(0) |
◆ DCERR
◆ DCOUT
◆ LIBSMBIOS_COMPILER
| #define LIBSMBIOS_COMPILER "GNU C++ version " __VERSION__ |
◆ LIBSMBIOS_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
| #define LIBSMBIOS_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL |
◆ LIBSMBIOS_HAS_FUNCTION
| #define LIBSMBIOS_HAS_FUNCTION |
◆ LIBSMBIOS_HAS_LONG_LONG
| #define LIBSMBIOS_HAS_LONG_LONG |
◆ LIBSMBIOS_HAS_PRETTY_FUNCTION
| #define LIBSMBIOS_HAS_PRETTY_FUNCTION |
◆ LIBSMBIOS_HAS_THREADS
| #define LIBSMBIOS_HAS_THREADS |
◆ LIBSMBIOS_NO_EXCEPTIONS
| #define LIBSMBIOS_NO_EXCEPTIONS |
◆ LIBSMBIOS_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
| #define LIBSMBIOS_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE |
◆ LIBSMBIOS_PACKED_ATTR
| #define LIBSMBIOS_PACKED_ATTR __attribute__ ((packed)) |
◆ MARK_UNUSED
◆ UNREFERENCED_PARAMETER
| #define UNREFERENCED_PARAMETER |
( |
|
P | ) |
((void)(P)) |