NottaMatch< T > Class Template Reference

Collaboration diagram for NottaMatch< T >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class T>
class NottaMatch< T >

This function is like GottaMatch except it returns the opposite, i.e., true when there's no match and false when there is a match.

TSP-enforcing: No

Definition at line 1381 of file CCACX509CRLChecker.cpp.


Public Member Functions

bool operator() (const T &t)
void SetRHS (const T &rhs)

Member Function Documentation

template<class T>
bool NottaMatch< T >::operator() ( const T &  t  )  [inline]

Interface: Subsystem

This function returns true when the object passed via the t parameter does not match the object passed to the SetRHS function and false if it does match.

Returns:
true or false

Definition at line 1407 of file CCACX509CRLChecker.cpp.

template<class T>
void NottaMatch< T >::SetRHS ( const T &  rhs  )  [inline]

Interface: Subsystem

SetRHS is used to set the object that will be used for comparison purposes in operator().

Returns:
N/A

Definition at line 1393 of file CCACX509CRLChecker.cpp.

Referenced by _QuarantineExtraneousCRLs().


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

Generated on Mon Nov 15 11:21:04 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6