#include <ICmosRW.h>
Inheritance diagram for cmos::CmosRWFactory:
Public Member Functions | |
virtual | ~CmosRWFactory () throw () |
virtual ICmosRW * | getSingleton ()=0 |
virtual ICmosRW * | makeNew ()=0 |
Static Public Member Functions | |
static CmosRWFactory * | getFactory () |
Protected Member Functions | |
CmosRWFactory () |
virtual cmos::CmosRWFactory::~CmosRWFactory | ( | ) | throw () [virtual] |
cmos::CmosRWFactory::CmosRWFactory | ( | ) | [protected] |
static CmosRWFactory* cmos::CmosRWFactory::getFactory | ( | ) | [static] |
virtual ICmosRW* cmos::CmosRWFactory::getSingleton | ( | ) | [pure virtual] |
virtual ICmosRW* cmos::CmosRWFactory::makeNew | ( | ) | [pure virtual] |