MDBL Library
|
#include <Where.hpp>
Public Member Functions | |
virtual | ~CWhere () |
virtual bool | Matches (const CRow &oRow) const =0 |
virtual CWhere * | Clone () const =0 |
Protected Member Functions | |
CWhere () | |
CWhere (const CWhere &) | |
void | operator= (const CWhere &oWhere) |
CWhere::~CWhere | ( | ) | [inline, virtual] |
CWhere::CWhere | ( | ) | [inline, protected] |
CWhere::CWhere | ( | const CWhere & | ) | [protected] |
virtual bool CWhere::Matches | ( | const CRow & | oRow | ) | const [pure virtual] |
virtual CWhere* CWhere::Clone | ( | ) | const [pure virtual] |
void CWhere::operator= | ( | const CWhere & | oWhere | ) | [protected] |