#include "smbios/compat.h"
#include <sstream>
#include "smbios/IMemory.h"
#include "SmbiosImpl.h"
#include "smbios/message.h"
Go to the source code of this file.
Namespaces | |
namespace | smbios |
Defines | |
#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 39 of file SmbiosStrategy.cpp.
#define DCOUT | ( | line | ) | do {} while(0) |
Definition at line 38 of file SmbiosStrategy.cpp.
#define LIBSMBIOS_SOURCE |
Definition at line 20 of file SmbiosStrategy.cpp.