#include <SmbiosImpl.h>

Public Member Functions | |
| SmbiosStrategy () | |
| virtual | ~SmbiosStrategy () |
| virtual bool | getSmbiosTable (const u8 **, smbiosLowlevel::smbios_table_entry_point *, bool)=0 |
Definition at line 52 of file SmbiosImpl.h.
| SmbiosStrategy | ( | ) | [inline] |
Definition at line 55 of file SmbiosImpl.h.
| virtual ~SmbiosStrategy | ( | ) | [inline, virtual] |
Definition at line 56 of file SmbiosImpl.h.
| virtual bool getSmbiosTable | ( | const u8 ** | , | |
| smbiosLowlevel::smbios_table_entry_point * | , | |||
| bool | ||||
| ) | [pure virtual] |
Implemented in SmbiosMemoryStrategy, SmbiosWinWMIStrategy, and SmbiosWinGetFirmwareTableStrategy.
1.5.6