This is Unofficial EPICS BASE Doxygen Site
pvalink::pvaLinkChannel::LinkSort Struct Reference

#include "pvalink.h"

Public Member Functions

bool operator() (const pvaLink *L, const pvaLink *R) const
 

Detailed Description

Definition at line 158 of file pvalink.h.

Member Function Documentation

bool pvalink::pvaLinkChannel::LinkSort::operator() ( const pvaLink L,
const pvaLink R 
) const

Definition at line 32 of file pvalink_channel.cpp.

32  {
33  if(L->monorder==R->monorder)
34  return L < R;
35  return L->monorder < R->monorder;
36 }

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