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

equal_task_ID_s Struct Reference

A structure for comparing task IDs used by tables indexed by task ID. More...

#include <types-and-constants.hh>

List of all members.

Public Methods

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


Detailed Description

A structure for comparing task IDs used by tables indexed by task ID.

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


Member Function Documentation

bool equal_task_ID_s::operator() const task_ID_t    x,
const task_ID_t    y
[inline]
 

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

00263                                                          {
00264     return (x == y);
00265   }


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