SmbiosXmlFactory Class Reference

#include <ISmbiosXml.h>

Inheritance diagram for SmbiosXmlFactory:

SmbiosFactory IFactory

List of all members.

Public Member Functions

virtual ~SmbiosXmlFactory () throw ()

Static Public Member Functions

static SmbiosFactorygetFactory ()
 Create a factory object that you can use to create ISmbiosTable objects.


Detailed Description

Definition at line 36 of file ISmbiosXml.h.


Constructor & Destructor Documentation

virtual ~SmbiosXmlFactory (  )  throw () [virtual]


Member Function Documentation

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.

Returns:
Singleton SmbiosFactory object pointer.

Reimplemented from SmbiosFactory.


The documentation for this class was generated from the following file:

Generated on Tue Dec 23 18:41:25 2008 for SMBIOS Library by  doxygen 1.5.7