#include <FactoryImpl2.h>
Public Member Functions | |
| virtual | ~TFactory () throw () |
| 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 Member Functions | |
| TFactory () | |
| TFactory (const TFactory< S > &src) | |
| TFactory< S > & | operator= (const TFactory< S > &src) |
Protected Attributes | |
| int | mode |
| std::map< std::string, std::string > | strParamMap |
| std::map< std::string, u32 > | numParamMap |
Static Protected Attributes | |
| static TFactory< S > * | _instance = 0 |
Definition at line 36 of file FactoryImpl2.h.
|
|
Definition at line 39 of file FactoryImpl2.h. |
|
|
Definition at line 85 of file FactoryImpl2.h. |
|
|
|
|
|
Definition at line 53 of file FactoryImpl2.h. Referenced by SmbiosWorkaroundFactory::getFactory(). |
|
|
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 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. Referenced by TFactory< factory::IFactory >::getFactory(), TFactory< factory::IFactory >::reset(), and TFactory< factory::IFactory >::~TFactory(). |
|
|
Definition at line 89 of file FactoryImpl2.h. Referenced by TFactory< factory::IFactory >::getMode(), and TFactory< factory::IFactory >::setMode(). |
|
|
Definition at line 91 of file FactoryImpl2.h. Referenced by TFactory< factory::IFactory >::getParameterNum(), and TFactory< factory::IFactory >::setParameter(). |
|
|
Definition at line 90 of file FactoryImpl2.h. Referenced by TFactory< factory::IFactory >::getParameterString(), and TFactory< factory::IFactory >::setParameter(). |
1.4.6