Inheritance diagram for TokenTableFactoryImpl:

Public Member Functions | |
| TokenTableFactoryImpl () | |
| virtual | ~TokenTableFactoryImpl () throw () |
| virtual ITokenTable * | getSingleton (const smbios::ISmbiosTable *table=0) |
| virtual ITokenTable * | makeNew (const smbios::ISmbiosTable *table) |
| 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< TokenTableFactory > * | 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 ITokenTable * | _tablePtr = 0 |
| static TFactory< TokenTableFactory > * | _instance |
Definition at line 27 of file TokenTableFactory.cpp.
|
|
Definition at line 30 of file TokenTableFactory.cpp. |
|
|
Definition at line 55 of file TokenTableFactory.cpp. References TokenTableFactoryImpl::_tablePtr. |
|
|
Definition at line 53 of file FactoryImpl2.h. |
|
|
Definition at line 82 of file FactoryImpl2.h. |
|
|
Definition at line 81 of file FactoryImpl2.h. |
|
|
Definition at line 80 of file FactoryImpl2.h. |
|
|
Definition at line 64 of file TokenTableFactory.cpp. References TokenTableFactoryImpl::_tablePtr, SmbiosFactory::getFactory(), SmbiosFactory::getSingleton(), and TokenTableFactoryImpl::makeNew(). |
|
|
Definition at line 78 of file TokenTableFactory.cpp. References TFactory< TokenTableFactory >::mode. Referenced by TokenTableFactoryImpl::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. |
|
|
Definition at line 92 of file FactoryImpl2.h. |
|
|
Definition at line 35 of file TokenTableFactory.cpp. Referenced by TokenTableFactoryImpl::getSingleton(), and TokenTableFactoryImpl::~TokenTableFactoryImpl(). |
|
|
Definition at line 89 of file FactoryImpl2.h. Referenced by TokenTableFactoryImpl::makeNew(). |
|
|
Definition at line 91 of file FactoryImpl2.h. |
|
|
Definition at line 90 of file FactoryImpl2.h. |
1.4.6