#include <SmbiosImpl.h>
Inheritance diagram for SmbiosStrategy:
Public Member Functions | |
SmbiosStrategy () | |
virtual | ~SmbiosStrategy () |
virtual bool | getSmbiosTable (const u8 **, smbiosLowlevel::smbios_table_entry_point *, bool)=0 |
Definition at line 51 of file SmbiosImpl.h.
SmbiosStrategy | ( | ) | [inline] |
Definition at line 54 of file SmbiosImpl.h.
virtual ~SmbiosStrategy | ( | ) | [inline, virtual] |
Definition at line 55 of file SmbiosImpl.h.
virtual bool getSmbiosTable | ( | const u8 ** | , | |
smbiosLowlevel::smbios_table_entry_point * | , | |||
bool | ||||
) | [pure virtual] |
Implemented in SmbiosMemoryStrategy, SmbiosWinWMIStrategy, and SmbiosWinGetFirmwareTableStrategy.