Public Member Functions | |
bool | operator() (const T &iLHS, const T &iRHS) const |
Definition at line 42 of file FWExpressionValidator.cc.
bool fireworks::OptionNodePtrEqual< T >::operator() | ( | const T & | iLHS, |
const T & | iRHS | ||
) | const [inline] |
Definition at line 43 of file FWExpressionValidator.cc.
{
return iLHS->description() == iRHS->description();
}