#include <ISmbiosXml.h>
Public Member Functions | |
virtual | ~SmbiosXmlFactory () throw () |
Static Public Member Functions | |
static SmbiosFactory * | getFactory () |
Create a factory object that you can use to create ISmbiosTable objects. |
Definition at line 36 of file ISmbiosXml.h.
virtual ~SmbiosXmlFactory | ( | ) | throw () [virtual] |
static SmbiosFactory* getFactory | ( | ) | [static] |
Create a factory object that you can use to create ISmbiosTable objects.
Factory entry point: This is the method to call to get a handle to the SmbiosFactory. The SmbiosFactory is the recommended method to create ISmbiosTable objects.
The getSingleton() is the recommended method to call to create tables. You need not delete the pointer returned by this method, it will be deleted by the factory when it is reset() or destructed.
Reimplemented from SmbiosFactory.