EqKeys Struct Reference

#include <NetTcp.h>

Public Member Functions

bool operator() (const char *ID1, const char *ID2) const

Detailed Description

Definition at line 130 of file NetTcp.h.


Member Function Documentation

bool EqKeys::operator() ( const char *  ID1,
const char *  ID2 
) const [inline]

Definition at line 132 of file NetTcp.h.

00133   {
00134     return ( strcmp( ID1, ID2 ) == 0 );
00135   }


The documentation for this struct was generated from the following file:
Generated on Wed Jul 4 16:03:34 2012 for RIO by  doxygen 1.6.3