Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TokenTableFactoryImpl Class Reference

Inheritance diagram for TokenTableFactoryImpl:

TFactory< TokenTableFactory > TokenTableFactory List of all members.

Public Methods

 TokenTableFactoryImpl ()
virtual ~TokenTableFactoryImpl () throw ()
virtual ITokenTablegetSingleton (const smbios::ISmbiosTable *table=0)
virtual ITokenTablemakeNew (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 Methods

TFactory< TokenTableFactory > * getFactory (R *foo=0)

Protected Attributes

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

Static Protected Attributes

ITokenTable_tablePtr = 0
TFactory< TokenTableFactory > * _instance

Constructor & Destructor Documentation

TokenTableFactoryImpl   [inline]
 

Definition at line 30 of file TokenTableFactory.cpp.

~TokenTableFactoryImpl   throw () [virtual]
 

Definition at line 55 of file TokenTableFactory.cpp.


Member Function Documentation

TFactory<TokenTableFactory>* getFactory R *    foo = 0 [inline, static, inherited]
 

Definition at line 53 of file FactoryImpl2.h.

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.

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

Definition at line 80 of file FactoryImpl2.h.

ITokenTable * getSingleton const smbios::ISmbiosTable   table = 0 [virtual]
 

Definition at line 64 of file TokenTableFactory.cpp.

References TokenTableFactoryImpl::_tablePtr, SmbiosFactory::getFactory(), SmbiosFactory::getSingleton(), and TokenTableFactoryImpl::makeNew().

ITokenTable * makeNew const smbios::ISmbiosTable   table [virtual]
 

Definition at line 78 of file TokenTableFactory.cpp.

References TFactory< TokenTableFactory >::mode.

Referenced by TokenTableFactoryImpl::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.


Member Data Documentation

TFactory<TokenTableFactory>* _instance [static, protected, inherited]
 

Definition at line 92 of file FactoryImpl2.h.

ITokenTable * _tablePtr = 0 [static, protected]
 

Definition at line 53 of file TokenTableFactory.cpp.

Referenced by TokenTableFactoryImpl::getSingleton().

int mode [protected, inherited]
 

Definition at line 89 of file FactoryImpl2.h.

Referenced by TokenTableFactoryImpl::makeNew().

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

Definition at line 91 of file FactoryImpl2.h.

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

Definition at line 90 of file FactoryImpl2.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 3 18:35:16 2007 for SMBIOS Library by doxygen1.2.18