CMS 3D CMS Logo

Public Member Functions

fireworks::OptionNodePtrEqual< T > Struct Template Reference

List of all members.

Public Member Functions

bool operator() (const T &iLHS, const T &iRHS) const

Detailed Description

template<class T>
struct fireworks::OptionNodePtrEqual< T >

Definition at line 42 of file FWExpressionValidator.cc.


Member Function Documentation

template<class T >
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();
      }