Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

jabberoo::JID::Compare Struct Reference

Another way to use the JID::compare function. More...

#include <jabberoo.hh>

List of all members.

Public Methods

bool operator() (const string &lhs, const string &rhs) const
 Another way to use the JID::compare function. More...


Detailed Description

Another way to use the JID::compare function.

See also:
JID::compare

Definition at line 1231 of file jabberoo.hh.


Member Function Documentation

bool JID::Compare::operator() ( const string & lhs,
const string & rhs ) const
 

Another way to use the JID::compare function.

Returns:
Whether the JabberIDs are equivalent.

Definition at line 126 of file jabberoo.cc.

00127 {
00128      return (JID::compare(lhs, rhs) < 0);
00129 }


The documentation for this struct was generated from the following files:
Generated at Tue Apr 16 17:09:06 2002 for jabberoo by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001