#include <CChangedPredicate.h>
Inheritance diagram for CChangedPredicate< T >:

Public Member Functions | |
| CChangedPredicate (T am_TOldValue) | |
| CChangedPredicate (const STD(string)&rName, T am_TOldValue) | |
| CChangedPredicate (const char *pName, T am_TOldValue) | |
| ~CChangedPredicate () | |
| int | operator== (const CChangedPredicate< T > &aCChangedPredicate) const |
| T | getOldValue () const |
| virtual bool | operator() (T nValue) |
| virtual | STD (string) DescribeSelf() |
Protected Member Functions | |
| void | setOldValue (const T am_TOldValue) |
Private Member Functions | |
| CChangedPredicate (const CChangedPredicate< T > &aCChangedPredicate) | |
| CChangedPredicate< T > | operator= (const CChangedPredicate< T > &aCChangedPredicate) |
Private Attributes | |
| T | m_TOldValue |
Author: Jason Venema NSCL Michigan State University East Lansing, MI 48824-1321 mailto: venemaja@msu.edu
Definition at line 301 of file CChangedPredicate.h.
|
||||||||||
|
Prior value |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Definition at line 344 of file CChangedPredicate.h. |
|
||||||||||
|
Implements CPointerPredicate< T >. Definition at line 306 of file CChangedPredicate.cpp. References CChangedPredicate< T >::m_TOldValue. |
|
||||||||||
|
|
|
||||||||||
|
Definition at line 327 of file CChangedPredicate.h. References CChangedPredicate< T >::m_TOldValue, and CPointerPredicate< T >::operator==(). |
|
||||||||||
|
Definition at line 352 of file CChangedPredicate.h. References CChangedPredicate< T >::m_TOldValue. |
|
||||||||||
|
The name of the object Implements CPointerPredicate< T >. |
|
|||||
|
Definition at line 303 of file CChangedPredicate.h. Referenced by CChangedPredicate< T >::operator()(), CChangedPredicate< T >::operator==(), and CChangedPredicate< T >::setOldValue(). |
1.3.9.1