SMBIOS Library
Todo List
Page Abstract Factory Design Overview
finish Abstract Factory theory and overview
Page Direct CMOS Access Overview
finish cmos access theory and overview
Page Direct Memory Access Overview
finish memory access theory and overview
Member ISmbiosTable::clearItemCache () const =0
clearItemCache() needs to be made an abstract function and the definition needs to be moved to the SmbiosItem class. This needs to happen at the same time that itemList is moved.
Page Smbios Table Overview

The last couple of things that need to be added to ISmbiosTable to complete the API are:

Need to remove the itemList member variable from ISmbiosTable. It needs to be put into SmbiosTable (private implementation class), and we need to provide a set of functions that the iterator can use in its place.

Page Status of API and ABI stability and compatibility
finish api and abi page