SmbiosFactoryImpl Class Reference

#include <SmbiosImpl.h>

Inheritance diagram for SmbiosFactoryImpl:

TFactory SmbiosXmlFactoryImpl List of all members.

Public Member Functions

 SmbiosFactoryImpl ()
virtual ~SmbiosFactoryImpl () throw ()
virtual ISmbiosTablegetSingleton ()
virtual ISmbiosTablemakeNew ()
virtual void reset ()
virtual void setParameter (const std::string name, const std::string value)
virtual void setParameter (const std::string name, const u32 value)
virtual void setMode (const int newMode)
virtual std::string getParameterString (const std::string name) const
virtual u32 getParameterNum (const std::string name) const
virtual int getMode () const

Static Public Member Functions

template<class R>
static TFactory< S > * getFactory (R *foo=0)

Protected Attributes

int mode
std::map< std::string, std::string > strParamMap
std::map< std::string, u32numParamMap

Static Protected Attributes

static ISmbiosTable_tableInstance = 0
static TFactory< S > * _instance = 0

Detailed Description

Definition at line 40 of file SmbiosImpl.h.


Constructor & Destructor Documentation

SmbiosFactoryImpl (  ) 

Definition at line 58 of file SmbiosFactory.cpp.

References TFactory::mode, and TFactory::setParameter().

~SmbiosFactoryImpl (  )  throw () [virtual]

Definition at line 49 of file SmbiosFactory.cpp.

References SmbiosFactoryImpl::_tableInstance.


Member Function Documentation

static TFactory<S>* getFactory ( R *  foo = 0  )  [inline, static, inherited]

Definition at line 53 of file FactoryImpl2.h.

Referenced by TokenTableFactory::getFactory(), SmiFactory::getFactory(), SmbiosXmlFactory::getFactory(), SmbiosWorkaroundFactory::getFactory(), SmbiosFactory::getFactory(), RbuFactory::getFactory(), MemoryFactory::getFactory(), and CmosRWFactory::getFactory().

virtual int getMode (  )  const [inline, virtual, inherited]

Definition at line 82 of file FactoryImpl2.h.

virtual u32 getParameterNum ( const std::string  name  )  const [inline, virtual, inherited]

Definition at line 81 of file FactoryImpl2.h.

Referenced by SmbiosXmlFactoryImpl::makeNew(), and SmbiosFactoryImpl::makeNew().

virtual std::string getParameterString ( const std::string  name  )  const [inline, virtual, inherited]

Definition at line 80 of file FactoryImpl2.h.

Referenced by SmiFactoryImpl::makeNew(), SmbiosXmlFactoryImpl::makeNew(), MemoryFactoryImpl::makeNew(), and CmosRWFactoryImpl::makeNew().

ISmbiosTable * getSingleton (  )  [virtual]

Definition at line 65 of file SmbiosFactory.cpp.

References SmbiosFactoryImpl::_tableInstance, and SmbiosFactoryImpl::makeNew().

ISmbiosTable * makeNew (  )  [virtual]

Reimplemented in SmbiosXmlFactoryImpl.

Definition at line 73 of file SmbiosFactory.cpp.

References _, TFactory::getParameterNum(), SmbiosTable::initializeWorkaround(), and TFactory::mode.

Referenced by SmbiosFactoryImpl::getSingleton().

virtual void reset (  )  [inline, virtual, inherited]

Definition at line 63 of file FactoryImpl2.h.

virtual void setMode ( const int  newMode  )  [inline, virtual, inherited]

Definition at line 77 of file FactoryImpl2.h.

virtual void setParameter ( const std::string  name,
const u32  value 
) [inline, virtual, inherited]

Definition at line 76 of file FactoryImpl2.h.

virtual void setParameter ( const std::string  name,
const std::string  value 
) [inline, virtual, inherited]

Definition at line 75 of file FactoryImpl2.h.

Referenced by CmosRWFactoryImpl::CmosRWFactoryImpl(), MemoryFactoryImpl::MemoryFactoryImpl(), SmbiosFactoryImpl::SmbiosFactoryImpl(), and SmiFactoryImpl::SmiFactoryImpl().


Member Data Documentation

TFactory< S > * _instance = 0 [static, protected, inherited]

Definition at line 92 of file FactoryImpl2.h.

Referenced by TFactory< cmos::CmosRWFactory >::getFactory(), TFactory< cmos::CmosRWFactory >::reset(), and TFactory< cmos::CmosRWFactory >::~TFactory().

ISmbiosTable * _tableInstance = 0 [static, protected]

Definition at line 48 of file SmbiosImpl.h.

Referenced by SmbiosFactoryImpl::getSingleton(), and SmbiosFactoryImpl::~SmbiosFactoryImpl().

int mode [protected, inherited]

Definition at line 89 of file FactoryImpl2.h.

Referenced by TFactory< cmos::CmosRWFactory >::getMode(), TokenTableFactoryImpl::makeNew(), SmiFactoryImpl::makeNew(), SmbiosXmlFactoryImpl::makeNew(), SmbiosFactoryImpl::makeNew(), MemoryFactoryImpl::makeNew(), CmosRWFactoryImpl::makeNew(), TFactory< cmos::CmosRWFactory >::setMode(), and SmbiosFactoryImpl::SmbiosFactoryImpl().

std::map< std::string, u32 > numParamMap [mutable, protected, inherited]

Definition at line 91 of file FactoryImpl2.h.

Referenced by TFactory< cmos::CmosRWFactory >::getParameterNum(), and TFactory< cmos::CmosRWFactory >::setParameter().

std::map< std::string, std::string > strParamMap [mutable, protected, inherited]

Definition at line 90 of file FactoryImpl2.h.

Referenced by TFactory< cmos::CmosRWFactory >::getParameterString(), and TFactory< cmos::CmosRWFactory >::setParameter().


The documentation for this class was generated from the following files:
Generated on Thu Jun 21 03:00:56 2007 for SMBIOS Library by  doxygen 1.4.7