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

equal_shm_ID_s Struct Reference

A structure for comparing IPC shared memory segment IDs used by tables indexed by shm IDs. More...

#include <types-and-constants.hh>

List of all members.

Public Methods

bool operator() (const shm_ID_t x, const shm_ID_t y) const


Detailed Description

A structure for comparing IPC shared memory segment IDs used by tables indexed by shm IDs.

Definition at line 288 of file types-and-constants.hh.


Member Function Documentation

bool equal_shm_ID_s::operator() const shm_ID_t    x,
const shm_ID_t    y
const [inline]
 

Definition at line 289 of file types-and-constants.hh.

00289                                                              {
00290     return (x == y);
00291   }


The documentation for this struct was generated from the following file:
Generated on Fri Jan 31 10:33:38 2003 for Laplace-merge by doxygen1.3-rc2