WORM 0.2
A C++ DAL/ORM code generation framework
Public Member Functions

WSql::WSqlDriverFactory Class Reference

#include <wsqldriverfactory.h>

List of all members.

Public Member Functions

 WSqlDriverFactory ()
 WSqlDriverFactory (const WSqlDriverFactory &other)
virtual ~WSqlDriverFactory ()
virtual WSqlDriverFactoryoperator= (const WSqlDriverFactory &other)
virtual bool operator== (const WSqlDriverFactory &other) const

Detailed Description

Definition at line 24 of file wsqldriverfactory.h.


Constructor & Destructor Documentation

home erik src kdevelop worm src sql wsqldriverfactory cpp WSql::WSqlDriverFactory::WSqlDriverFactory ( )

Definition at line 26 of file wsqldriverfactory.cpp.

WSql::WSqlDriverFactory::WSqlDriverFactory ( const WSqlDriverFactory other)

Definition at line 31 of file wsqldriverfactory.cpp.

WSql::WSqlDriverFactory::~WSqlDriverFactory ( ) [virtual]

Definition at line 36 of file wsqldriverfactory.cpp.


Member Function Documentation

WSqlDriverFactory & WSql::WSqlDriverFactory::operator= ( const WSqlDriverFactory other) [virtual]

Definition at line 41 of file wsqldriverfactory.cpp.

bool WSql::WSqlDriverFactory::operator== ( const WSqlDriverFactory other) const [virtual]

!

Todo:
return ...;

Definition at line 46 of file wsqldriverfactory.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Defines