TSP-enforcing: No
Definition at line 102 of file PKIFReversiblePathBuilder.cpp.
Public Member Functions | |
bool | operator() (const CPKIFNameAndKeyWithScorePtr &t) |
void | SetRHS (const IPKIFNameAndKeyPtr &rhs) |
bool NameAndKeyNodeMatch::operator() | ( | const CPKIFNameAndKeyWithScorePtr & | t | ) |
Interface: Module
This function returns true if the CPKIFNameAndKeyWithScore object passed via the t parameter matches the name and key values in the object passed via a prior call to SetRHS.
Definition at line 127 of file PKIFReversiblePathBuilder.cpp.
void NameAndKeyNodeMatch::SetRHS | ( | const IPKIFNameAndKeyPtr & | rhs | ) | [inline] |
Interface: Module
Specified the object used when performing comparison operations in operator().
Definition at line 114 of file PKIFReversiblePathBuilder.cpp.