
Public Methods | |
| RemovePred (T o) | |
| bool | operator() (T thingy) |
Public Attributes | |
| T | obj |
|
||||||||||
|
Definition at line 62 of file SubjectImpl.cpp. References obj.
00063 {
00064 obj = o;
00065 }
|
|
||||||||||
|
Definition at line 67 of file SubjectImpl.cpp. References obj.
00068 {
00069 return obj->_is_equivalent(thingy);
00070 }
|
|
|||||
|
Definition at line 72 of file SubjectImpl.cpp. Referenced by operator(), and RemovePred. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002