reSIProcate/stack  9694
Public Member Functions
resip::Tuple::FlowKeyCompare Class Reference

#include <Tuple.hxx>

List of all members.

Public Member Functions

bool operator() (const Tuple &x, const Tuple &y) const

Detailed Description

Definition at line 223 of file Tuple.hxx.


Member Function Documentation

bool Tuple::FlowKeyCompare::operator() ( const Tuple x,
const Tuple y 
) const

Definition at line 924 of file Tuple.cxx.

References resip::Tuple::mFlowKey.

{
   if (lhs == rhs)
   {
      return lhs.mFlowKey < rhs.mFlowKey;
   }
   return lhs < rhs;
};

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