|
MDBL Library
|
#include <WhereNot.hpp>
Public Member Functions | |
| CWhereNot (const CWhere &oWhere) | |
| CWhereNot (const CWhereNot &oSrc) | |
| virtual | ~CWhereNot () |
| virtual bool | Matches (const CRow &oRow) const |
| virtual CWhere * | Clone () const |
Private Member Functions | |
| void | operator= (const CWhereNot &oWhere) |
Private Attributes | |
| const CWhere * | m_pWhere |
| CWhereNot::CWhereNot | ( | const CWhere & | oWhere | ) |
| CWhereNot::CWhereNot | ( | const CWhereNot & | oSrc | ) |
| CWhereNot::~CWhereNot | ( | ) | [virtual] |
| bool CWhereNot::Matches | ( | const CRow & | oRow | ) | const [virtual] |
Implements CWhere.
| CWhere * CWhereNot::Clone | ( | ) | const [virtual] |
Implements CWhere.
| void CWhereNot::operator= | ( | const CWhereNot & | oWhere | ) | [private] |
const CWhere* CWhereNot::m_pWhere [private] |
1.7.6.1