libassa  3.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
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 71 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 72 of file SigHandlersList.h.

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

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines