#include <IToken.h>
Inheritance diagram for TokenTableFactory:

Public Types | |
| enum | { AutoDetectMode, UnitTestMode } |
| enum | { defaultMode = AutoDetectMode } |
Public Member Functions | |
| virtual | ~TokenTableFactory () throw () |
| virtual ITokenTable * | getSingleton (const smbios::ISmbiosTable *table=0)=0 |
| virtual ITokenTable * | makeNew (const smbios::ISmbiosTable *table)=0 |
| virtual void | setParameter (const std::string name, const std::string value)=0 |
| virtual void | setParameter (const std::string name, const u32 value)=0 |
| virtual void | setMode (const int mode)=0 |
| virtual void | reset ()=0 |
| virtual std::string | getParameterString (const std::string name) const=0 |
| virtual u32 | getParameterNum (const std::string name) const=0 |
| virtual int | getMode () const=0 |
Static Public Member Functions | |
| TokenTableFactory * | getFactory () |
Protected Member Functions | |
| TokenTableFactory () | |
|
|
Definition at line 57 of file IFactory.h. |
|
|
Definition at line 58 of file IFactory.h. |
|
|
Definition at line 41 of file TokenTableFactory.cpp. |
|
|
Definition at line 38 of file TokenTableFactory.cpp. |
|
|
|
Implemented in TFactory< factory::IFactory >. |
|
|
Implemented in TFactory< factory::IFactory >. |
|
|
Implemented in TFactory< factory::IFactory >. |
|
|
|
|
|
|
Implemented in TFactory< factory::IFactory >. Referenced by testStandalone::testNonXml(). |
|
|
Implemented in TFactory< factory::IFactory >. |
|
||||||||||||
|
Implemented in TFactory< factory::IFactory >. |
|
||||||||||||
|
Implemented in TFactory< factory::IFactory >. Referenced by testPlatform::testConstructionOffset2(), and testStandalone::testMemoryBadFiles(). |
1.3.5