#include <MemoryImpl.h>
Inheritance diagram for MemoryFactoryImpl:
Public Member Functions | |
MemoryFactoryImpl () | |
virtual | ~MemoryFactoryImpl () throw () |
virtual IMemory * | getSingleton () |
virtual IMemory * | 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 | |
TFactory< MemoryFactory > * | getFactory (R *foo=0) |
Protected Attributes | |
int | mode |
std::map< std::string, std::string > | strParamMap |
std::map< std::string, u32 > | numParamMap |
Static Protected Attributes | |
IMemory * | _mem_instance = 0 |
TFactory< MemoryFactory > * | _instance |
|
Definition at line 81 of file Memory_Linux.cpp. References TFactory< MemoryFactory >::setParameter(). |
|
Definition at line 51 of file Memory.cpp. References MemoryFactoryImpl::_mem_instance. |
|
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. Referenced by MemoryFactoryImpl::makeNew(). |
|
Definition at line 67 of file Memory.cpp. References MemoryFactoryImpl::_mem_instance, and MemoryFactoryImpl::makeNew(). |
|
Definition at line 75 of file Memory.cpp. References _, and TFactory< MemoryFactory >::getParameterString(). Referenced by MemoryFactoryImpl::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 MemoryFactoryImpl::MemoryFactoryImpl(). |
|
Definition at line 92 of file FactoryImpl2.h. |
|
Definition at line 49 of file Memory.cpp. Referenced by MemoryFactoryImpl::getSingleton(), and MemoryFactoryImpl::~MemoryFactoryImpl(). |
|
Definition at line 89 of file FactoryImpl2.h. |
|
Definition at line 91 of file FactoryImpl2.h. |
|
Definition at line 90 of file FactoryImpl2.h. |