ASSA::SigHandlersList::CompSHL Struct Reference

#include <SigHandlersList.h>

List of all members.

Public Member Functions

bool operator() (const key_type c1_, const key_type c2_) const


Detailed Description

Definition at line 69 of file SigHandlersList.h.


Member Function Documentation

bool ASSA::SigHandlersList::CompSHL::operator() const key_type  c1_,
const key_type  c2_
const [inline]
 

Definition at line 70 of file SigHandlersList.h.

00071         {
00072 // This wouldn't fly on 64-bit machines, 'cause ptr size there is 8 bytes long
00073 //          return int(c1_) < int(c2_);
00074 //
00075             return (c1_ < c2_);
00076         }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 20 10:36:23 2006 for libassa by  doxygen 1.4.6