SMBIOS Library
|
#include "smbios/compat.h"
#include <sstream>
#include <string.h>
#include "smbios/IMemory.h"
#include "SmbiosImpl.h"
#include "smbios/message.h"
Go to the source code of this file.
Namespaces | |
namespace | smbios |
Macros | |
#define | LIBSMBIOS_SOURCE |
#define | DCOUT(line) do {} while(0) |
#define | DCERR(line) do {} while(0) |
Functions | |
bool | validateDMITableEntryPoint (const smbiosLowlevel::dmi_table_entry_point *tempTEP, bool strict, ParseExceptionImpl &parseException) |
bool | validateSmbiosTableEntryPoint (const smbiosLowlevel::smbios_table_entry_point *tempTEP, bool strict, ParseExceptionImpl &parseException) |
#define DCERR | ( | line | ) | do {} while(0) |
Definition at line 40 of file SmbiosStrategy.cpp.
Referenced by SmbiosMemoryStrategy::getSmbiosTable(), SmbiosMemoryStrategy::getSmbiosTableHeader(), smbios::validateDMITableEntryPoint(), and smbios::validateSmbiosTableEntryPoint().
#define DCOUT | ( | line | ) | do {} while(0) |
Definition at line 39 of file SmbiosStrategy.cpp.
#define LIBSMBIOS_SOURCE |
Definition at line 20 of file SmbiosStrategy.cpp.