MDBL Library
Public Member Functions | Private Member Functions | Private Attributes
CWhereNot Class Reference

#include <WhereNot.hpp>

Inheritance diagram for CWhereNot:
CWhere

List of all members.

Public Member Functions

 CWhereNot (const CWhere &oWhere)
 CWhereNot (const CWhereNot &oSrc)
virtual ~CWhereNot ()
virtual bool Matches (const CRow &oRow) const
virtual CWhereClone () const

Private Member Functions

void operator= (const CWhereNot &oWhere)

Private Attributes

const CWherem_pWhere

Constructor & Destructor Documentation

CWhereNot::CWhereNot ( const CWhere oWhere)
CWhereNot::CWhereNot ( const CWhereNot oSrc)
CWhereNot::~CWhereNot ( ) [virtual]

Member Function Documentation

bool CWhereNot::Matches ( const CRow oRow) const [virtual]

Implements CWhere.

CWhere * CWhereNot::Clone ( ) const [virtual]

Implements CWhere.

void CWhereNot::operator= ( const CWhereNot oWhere) [private]

Member Data Documentation

const CWhere* CWhereNot::m_pWhere [private]

The documentation for this class was generated from the following files: