Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

tweek::RemovePred Struct Template Reference

Collaboration diagram for tweek::RemovePred:

Collaboration graph
[legend]
List of all members.

Public Methods

 RemovePred (T o)
bool operator() (T thingy)

Public Attributes

obj

template<class T>
struct tweek::RemovePred< T >


Constructor & Destructor Documentation

template<class T>
tweek::RemovePred< T >::RemovePred   o [inline]
 

Definition at line 62 of file SubjectImpl.cpp.

References obj.

00063    {
00064       obj = o;
00065    }


Member Function Documentation

template<class T>
bool tweek::RemovePred< T >::operator()   thingy [inline]
 

Definition at line 67 of file SubjectImpl.cpp.

References obj.

00068    {
00069       return obj->_is_equivalent(thingy);
00070    }


Member Data Documentation

template<class T>
T tweek::RemovePred::obj
 

Definition at line 72 of file SubjectImpl.cpp.

Referenced by operator(), and RemovePred.


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:41:09 2004 for Tweek by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002