#include <SmbiosImpl.h>
Inheritance diagram for SmbiosFactoryImpl:

Public Member Functions | |
| SmbiosFactoryImpl () | |
| virtual | ~SmbiosFactoryImpl () throw () |
| virtual ISmbiosTable * | getSingleton () |
| virtual ISmbiosTable * | makeNew () |
| 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 | |
| static TFactory< SmbiosFactory > * | getFactory (R *foo=0) |
Protected Attributes | |
| int | mode |
| std::map< std::string, std::string > | strParamMap |
| std::map< std::string, u32 > | numParamMap |
Static Protected Attributes | |
| static ISmbiosTable * | _tableInstance = 0 |
| static TFactory< SmbiosFactory > * | _instance |
Definition at line 40 of file SmbiosImpl.h.
|
|
Definition at line 58 of file SmbiosFactory.cpp. References TFactory< SmbiosFactory >::mode, and TFactory< SmbiosFactory >::setParameter(). |
|
|
Definition at line 49 of file SmbiosFactory.cpp. References SmbiosFactoryImpl::_tableInstance. |
|
|
Definition at line 53 of file FactoryImpl2.h. Referenced by SmbiosXmlFactory::getFactory(). |
|
|
Definition at line 82 of file FactoryImpl2.h. |
|
|
Definition at line 81 of file FactoryImpl2.h. Referenced by SmbiosXmlFactoryImpl::makeNew(), and SmbiosFactoryImpl::makeNew(). |
|
|
Definition at line 80 of file FactoryImpl2.h. Referenced by SmbiosXmlFactoryImpl::makeNew(). |
|
|
Definition at line 65 of file SmbiosFactory.cpp. References SmbiosFactoryImpl::_tableInstance, and SmbiosFactoryImpl::makeNew(). |
|
|
Reimplemented in SmbiosXmlFactoryImpl. Definition at line 73 of file SmbiosFactory.cpp. References _, TFactory< SmbiosFactory >::getParameterNum(), SmbiosTable::initializeWorkaround(), and TFactory< SmbiosFactory >::mode. Referenced by SmbiosFactoryImpl::getSingleton(). |
|
|
Definition at line 63 of file FactoryImpl2.h. |
|
|
Definition at line 77 of file FactoryImpl2.h. |
|
||||||||||||
|
Definition at line 76 of file FactoryImpl2.h. |
|
||||||||||||
|
Definition at line 75 of file FactoryImpl2.h. Referenced by SmbiosFactoryImpl::SmbiosFactoryImpl(). |
|
|
Definition at line 92 of file FactoryImpl2.h. |
|
|
Definition at line 48 of file SmbiosImpl.h. Referenced by SmbiosFactoryImpl::getSingleton(), and SmbiosFactoryImpl::~SmbiosFactoryImpl(). |
|
|
Definition at line 89 of file FactoryImpl2.h. Referenced by SmbiosXmlFactoryImpl::makeNew(), SmbiosFactoryImpl::makeNew(), and SmbiosFactoryImpl::SmbiosFactoryImpl(). |
|
|
Definition at line 91 of file FactoryImpl2.h. |
|
|
Definition at line 90 of file FactoryImpl2.h. |
1.4.6